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"

Response

200 - application/json
success
boolean

Always true