2019.2

Table Of Contents
l "Mailjet" below
l "SendGrid" on page723
Note
In order to use one of these tasks, you will need to have an account that allows you to send email
through the respective Email Service Provider.
Mailjet
Note
l The Mailjet plugin is not installed by default. It is available for download on the
Resource Center (help.objectiflune.com). Make sure that the version number of
Workflow and the plugin match, to avoid compatibility issues.
l To be able to send email using the Mailjet plugin, you need a Mailjet account, API
key and Secret API key.
The Mailjet plugin allows you to:
l Specify the emails' campaign name. Each e-mail going through Mailjet is attached to a
campaign, which enables you to track a campaign's performance and analyze the results.
l Add headers specifying specific handling instructions for your email. You could set an
existing header like the Sensitivity or X-priority header (see
https://tools.ietf.org/html/rfc1327), or create a custom header.
Input
Extra attachments
To specify an extra attachment, you have to use the key/value pair "disposition":"attachment".
To let the plugin know where it can find the attachment, you can either provide a full path
("url"), for example:
[{"url":"file:///C:/Terms-and-Conditions.pdf","disposition":"attachment"}]
or
[{"url":"http://www.example.com/image.png","disposition":"attachment"}]
Page 721