POST
/
api
/
v1
/
emails

Authorizations

Authorization
string
header
required

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

Body

application/json
from
string
required

The email address of the sender

subject
string
required

The subject of the email

to
string
required

The email address of the recipient

html
string

The HTML content of the email

text
string

The plain text content of the email