v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Templates
Render an email template
<small>Requires the sequences:operate scope (or a broader one that includes it).</small>
Renders an email template by substituting variables with actual contact data.
post/v3/email-templates/{id}/render
Path parameters
idinteger required
Email template ID to render
Request body
Example request
{
"contactId": 500,
"sequenceId": 12,
"emailAccountId": 100
}Response
Rendered template result
Example response
{
"subject": "Hi John, quick follow-up",
"body": "<p>Hi John,</p><p>Following up on our conversation.</p>",
"isSuccess": true,
"errors": []
}