Emails
Send Email with Template
Send an email using a pre-configured template with dynamic merge fields.
POST
Send Email with Template
The unique key of the template to use.
Sender details.
Array of recipient objects.
Key-value pairs for template variable substitution. Example:
{"first_name": "John", "order_id": "12345"}.Reply-to address with
address and optional name.CC recipients. Same structure as
to.BCC recipients. Same structure as
to.Request
Response
200
Template variables use the
{{variable_name}} syntax. Make sure all required variables in the template are provided in merge_info.Send Email with Template