POST
/
email
/
transactional

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.

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
to
string

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

Response

200 - application/json
success
boolean

Always true