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
/
send
/
email
Authorizations
Authorization
string
headerrequiredAuthentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN
. Bearer
is allowed.
Body
application/json
to
string
requiredRecipient's email address
from
string
requiredSender's name
subject
string
requiredEmail subject
body
string
requiredEmail content
contentType
enum<string>
requiredContent type of the email
Available options:
html
, text
cc
string
CC email address (only 1 is supported as of now)
replyTo
string
Reply-to email address
Response
200 - application/json
message
string
crumbs
object
email_id
string
Email ID, used for delivery tracking and analytics