Email
Send an Email
Send emails. Some email parameters can be configured in the Dashboard such as tracking, setting your custom domain, and more.
POST
Authorizations
Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN
. Bearer
is allowed.
Body
application/json
Recipient's email address
Example:
"recipient@example.com"
Sender's name
Example:
"sender@example.com"
Email subject
Example:
"Test Email"
Email content
Example:
"Hello, this is a test email."
Content type of the email
Available options:
html
, text
Example:
"text"
CC email address (only 1 is supported as of now)
Example:
"cc@example.com"
Reply-to email address
Example:
"reply@example.com"
Was this page helpful?