Mails
Send Email
Send an Email
POST
/
email
/
send
Authorizations
Authorization
string
headerrequiredAn API key to authenticate requests
Body
application/json
recipients
string
requiredRecipients of the Email, comma-separated list of emails
sender_id
string
requiredSender ID of the Email
content
string
Content of the Email , this is required if a template ID is not specified
from_name
string
The name of the sender of the Email
subject
string
Subject of the Email
reply_to
string
The Email address a response should be sent to
external_ref
string
This is a reference to the message in your system
callback
string
This is the URL to receive delivery reports for the email
template_id
string
Template ID of the Email, this is required if content is not specified
personalisation
object[]
Personalisation of the Email
Response
200 - application/json
data
object
meta
object