POST
/
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

Email address of the sender

subject
string
required

Subject of the email

text
string
required

Plain text content of the email

to
string[]
required

List of recipient email addresses

attachments
object[]

Attachments included in the email

headers
object

Custom headers for the email

html
string

HTML content of the email

tags
object[]

Tags associated with the email

Response

201 - application/json
status
number

Response message