Netcore Email API SMTP allows developers to specify a unique argument to each of your emails sent through Netcore Email API. This argument is used only for advance tracking purposes.

In this unique parameter you can pass your own internal values like “newsletter_christmas_sale_2017” or “password_reset_request_userID123456” or "invoice_id78883"


The value of the X-APIHEADER can be in any format but limited to 255 characters, we store it as plain text (characters, numbers, special characters are allowed) and return the same over Webhooks and can be also retrieved in the Live Feeds/Logs page.


Here are a couple of examples of how to pass values to X-APIHEADER in your mail headers:


X-APIHEADER: newsletter_christmas_sale_2017;

X-APIHEADER: password_reset_request_userID123456;

X-APIHEADER: invoice_id7888;


The X-APIHEADER that you add will be stripped from the final email because they are headers for internal tracking purposes. So you can expect to not actually see these headers in the final email.


Related Article: