Endpoints
Send Email
Send emails
POST
/
emails
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
from
string
requiredEmail address of the sender
to
string[]
requiredList of recipient email addresses
subject
string
requiredSubject of the email
text
string
requiredPlain text content of the email
html
string
HTML content of the email
tags
object[]
Tags associated with the email
headers
object
Custom headers for the email
attachments
object[]
Attachments included in the email
Response
201 - application/json
status
number
Response message