Transactional emails
Send a transactional email
Send a transactional email to a contact.<br>Please email us to enable attachments on your account before using them with the API.
post/v1/transactional
Headers
Idempotency-Keystring
Include a unique ID for this request (maximum 100 characters) to avoid duplicate emails. More info
Request body
Example request
{
"dataVariables": {
"name": "Chris",
"passwordResetLink": "https://example.com/reset-password"
}
}Response
Successful send.
Example response
{
"success": true
}