For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Email → Templates.

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.

The templates list with a created template — the visual golden from the Emails e2e suite.

Use it from code

Notifications → Email.

API reference

Endpoints: Get Email Templates, Create Email Template.

Last updated