Transactional
Send email
Send emails with a single API call.
POST
/
v1
/
send
Body
to
string
requiredA single email address or an array of email addresses.
subject
string
requiredThe subject of the email.
body
string
requiredThe body of the email.
subscribed
boolean
default: "false"Should the contact be subscribed
name
string
Override the name of the sender. Defaults to the project name.
from
string
Override the email of the sender. Defaults to your verified email.
reply
string
Override the reply-to address. Defaults to the from address or your verified email if the from address is not set.
headers
object
Additional headers to include in the email.
Headers
Content-Type
string
requiredapplication/json
Response
success
boolean
Indicates whether the call was successful.
emails
Email Object
timestamp
datetime
The timestamp of the event.