Skip to main content
POST
Send Email with Template
string
required
The unique key of the template to use.
object
required
Sender details.
array
required
Array of recipient objects.
object
Key-value pairs for template variable substitution. Example: {"first_name": "John", "order_id": "12345"}.
object
Reply-to address with address and optional name.
array
CC recipients. Same structure as to.
array
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.