2022.2

Table Of Contents
l
Headers (optional): A JSON object containing one or more key/value pairs of header
names and the value to substitute for them:. For example: {"Sensitivity":"Company-
Confidential","X-Priority":"1"}
If they contain Unicode characters, you must ensure that these are properly encoded.
Custom header names normally start with "x-": {"x-my-header":"my-value"}.
l
Debug settings:
l
Send all messages to the Test Address: When this option is checked, Mailjet will only
send the emails to the given Test Address. This allows you to review the result and to test
ESP specific options like open rates and click through statistics.
l
Log email messages: Check this option to get a copy of each message in the Messages
window of Workflow. You can use this to verify that the messages match the format
required by the ESP.
Advanced properties
To get access to the following properties tabs, right-click the plugin in the process and select
Advanced Properties.
Miscellaneous Tab
The Miscellaneous tab is common to all tasks.
Check the option Use as step description to display the text next to the icon of the plugin in the Pro-
cess area.
SendGrid
The SendGrid plugin's settings allow you to:
l
Tag the emails with category names, which help organize your email analytics (see About cat-
egories).
l
Set a time at which the emails should be sent (see Scheduling parameters).
l
Add custom headers specifying specific handling instructions for your email. (To get an idea of
what these could be used for, see SendGrid's blog post about email headers.)
In addition, you may specify the unsubscribe group to associate with the email, along with an optional
array containing the unsubscribe groups that you would like to be displayed on the unsubscribe pref-
erences page. This requires adding a custom header, not in the plugin's properties, but in the template,
via a Control Script. How to add custom headers via a Control Script is explained with an example in
the Designer help. The header's name should be asm and its value a JSON string with the unsubscribe
group (group_id, required) and the groups to display (groups_to_display, optional, max. 25); for
example: "group_id":12345,"groups_to_display":[12345,23456,34567]" (see also: SendGrid's
Page 591