Skip to main content

Email Template

Parameters

title (string)
The name of the email template

subject (string)
The subject of the email that will be sent

body (string)
The body of the email

open_tracking (boolean)
Will determine if open tracking data is collected on this email

click_tracking (boolean)
Will determine if click tracking data is collected on this email

attachments (list)
Not currently supported

Example

"email_template": {
"attachments":[],
"body": "<div>Email Body</div>",
"click_tracking": true,
"open_tracking": true,
"subject": "Hi there!",
"title": " Title"
}