Transactional emails
Send transactional email
Send a transactional email with custom content.
POST
Transactional emails are only available for paid accounts with a verified sending domain.
The total data limit for sent merge tags is 100,000 bytes. Message size including attachments must be under 4 MB.
Reserved variables that cannot be used as merge tag names:
address.name, email, email_id, address.email, env_from.When using HTML code in global merge vars, use curly braces around the tag in HTML content:
{*|htmlcode|*} renders the HTML, while *|htmlcode|* shows raw HTML.To send to multiple CC/BCC recipients, include multiple objects in the
to array with the same email but different cc/bcc values.The message object containing all email details.