Skip to main content
Custom headers allow you to attach metadata to outbound requests for tracking, routing, or downstream processing in your n8n workflows.
{
  "to": "user@example.com",
  "headers": {
    "X-Client-ID": "client_123",
    "X-Campaign": "q2-outreach"
  }
}