HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Renders the specified template with the provided data and return HTML and text versions of the email.

🚧

This endpoint does not yet support our new Email Template Editor

We are actively working on adding support for the new Email Template Editor. If you'd like to be notified when this is available, you can sign up for our Developer Newsletter in the footer.

Path Params
string
required
Defaults to TEMPLATE_ID
Form Data
blob
Defaults to { "name" : "George Washington", "state" : "VA" }

This is the context your email template will be rendered with. Email templates are rendered with contexts in a similar manner to how Django templates are rendered. This means that nested template variables can be referenced via dot notation and template variables without corresponding context values are treated as falsy and output nothing.

Response

Language
Credentials