POST
/
email
/
list

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
subject
string
required

The subject of the email. Supports personalization.

body
string
required

The body of the email. Both HTML and markdown body do support personalization.

bodyFormat
enum<string>
required

The format of the email body. It can be either 'markdown' or 'html'.

Available options:
markdown,
html
list
string
required

Specify a list the contact(s) can unsubscribe from if they don't wish to receive further emails like this. The contact(s) must be subscribed to this list. Pass 'important' to provide a list the contact(s) cannot unsubscribe from.

delaySeconds
number | null

Delay sending of this email by the amount of seconds you provide.

delayUntilDate
string | null

Delay sending of this email until specified date.

Response

200 - application/json
success
boolean

Always true