Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The subject of the email. Supports personalization.
"Welcome to IndiePitcher {{firstName}}!"
The body of the email. Both HTML and markdown body do support personalization.
"Hi {{firstName}}, You can use **markdown** to generate the email. Plain HTML is also supported."
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.
"important"
The email of the contact to send.
"john@acme.com"
Allows you to send an email to multiple contacts using a single request.
null
Delay sending of this email by the amount of seconds you provide.
null
Delay sending of this email until specified date.
Whether to track email opens. Allow you to overwrite the project's global setting. Default: nil
- Uses the project's global setting.
null
Whether to track when a users taps on a link in the email. Allow you to overwrite the project's global setting. Default: nil
- Uses the project's global setting.
null
Response
An empty response
Always true