Send an email to registered contacts in a mailing list.
This is the recommendat way to send a newsletter, by creating a list called something like Newsletter
. All contacts are automatically subscribed to important
default mailing list. You can use peronalization tags such as Hi {{firstName}}
to peronalize individual sent emails, and scheduled it to be sent with a delay.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The subject of the email. Supports personalization.
The body of the email. Both HTML and markdown body do support personalization.
The format of the email body. It can be either 'markdown' or 'html'.
markdown
, html
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.
Delay sending of this email by the amount of seconds you provide.
Delay sending of this email until specified date.
Response
Always true