emails

Send email from template.

Send email using an existing template with merge tags.

post/emails/v1/send/template

Query parameters

projectIdstring

The project ID (required for PAT auth, not needed for API Key auth)

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