Transactional API
Send Transactional Email
Trigger a personalized email to a specific recipient. If the recipient does not exist in your CRM, they will be automatically created using the provided email and name.
POST
Request Body
string
Target email address. Mandatory if recipient_id is not provided.
string
Target existing CRM contact ID. If provided, ‘to’ can be omitted.
string
Design asset ID. Required unless raw HTML/Subject are provided.
string
Override or provide custom subject line.
string
Direct HTML injection (bypasses template).
string
Recipient display name for CRM sync.
string
Specific verified sender ID. If omitted, organization default is used.
object
Merge tag values for dynamic personalization.

