POST
/
email
/
transactional

Authorizations

Authorization
string
header
required

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

Body

application/json
body
string
required

The body of the email. Supports markdown and HTML

bodyFormat
enum<string>
required

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

Available options:
markdown,
html
subject
string
required

The subject of the email.

to
string

Can be just an email "john@example.com", or an email with a neme "John Doe john@example.com"

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.

trackEmailOpens
boolean

Whether to track email opens. Allow you to overwrite the project's global setting. Default: nil - Uses the project's global setting.

Response

200 - application/json
success
boolean

Always true