Templates
Email templates — the content your sends are built from.
Where: Email → Templates · /projects/<project>/emails/templates
A template is the reusable content of an email message. Templates support token binding — Razor placeholders like @Model.FirstName, reserved tokens like Recipient.User.Email, and trigger tokens like New.User.Email are filled in at send time, so one template serves every recipient. Email templates are built in MJML/HTML and can include shared footers and signatures.

What you can do here
The list shows every template with its Template Name, Type, and Is Active flag, filterable by Template ID (tmpl_5Rf3EKWEKMsihdBkPAcK0). Create Template opens the editor empty, or use Pick from examples to start from the marketplace. From the editor you can also clone, archive, and delete templates. Every send — transactional, campaign, or trigger-driven — points at a template by id, so updating the template updates every future send that uses it. See Tokens binding for the placeholder syntax.

Use it from code
API reference
Endpoints: Get Email Templates, Create Email Template.
Last updated