emails

Send email from template.

Send email using an existing template with merge tags.

post/emails/v1/send/template/

Request body

templateIdstring required

ID of the template to use

tostring email required

Recipient email address

subjectstring

Email subject line (optional, uses template default if not provided)

mergeTagsobject

Optional merge tags for personalization

Response

Default Response

messageIdstring

Unique message identifier

status'sent' | 'queued' | 'failed'

Changes