2019.1

Table Of Contents
MailJet
Dashboard: https://app.mailjet.com/dashboard
Documentation: https://app.mailjet.com/docs/emails_headers
To assign a campaign, set a meta tag of the type name with the value X-Mailjet-Campaign and
set its content to the name of the campaign (for example: invoices). You can make this setting in
the Email section properties (see "Meta information" on page516) or via a Control Script, for
example:
merge.context.sections["Content"].headers = {
"X-Mailjet-Campaign": "invoices"
};
Note
Mailjet strips out their own mailheaders like X-Mailjet-Campaign. The results can only be
Page 1357