Skip to content

Email Templates

The Email Templates page lets you build a library of reusable email templates that can be selected when composing messages or assigned to automation triggers. Each template stores a subject, body, category, and the variable placeholders detected in its content.

Email Templates list showing a populated table of template cards with name, category, subject, and variable count

  • Route: /communications/email-templates
  • Menu Path: Communications → Templates & Replies → Email Templates
  • Primary audience: Administrators and team members who create outbound communications.
  • View all tenant email templates in a card list.
  • Create new templates with a name, category, subject, and body.
  • Edit existing templates.
  • Delete templates that are no longer needed.
  • Use templates in automation triggers or when composing an email from the inbox.
  1. Open Communications → Templates & Replies → Email Templates.
  2. Click New Template to open the template dialog.
  3. Enter a name, choose a category, write the subject and body using {{variable}} syntax.
  4. Click Create Template to save.
  5. Assign the template to an automation trigger or select it while composing an email.
  • Templates support variable substitution using double-brace syntax: {{contact.name}}, {{contact.email}}, {{contact.company}}, {{user.name}}, {{user.email}}.
  • The system automatically detects and records which variables are used in a template’s subject and body (usedVariables).
  • A usage counter tracks how many times each template has been sent, visible in the template card.
  • Templates created here are distinct from System Templates, which are managed on the System Templates page.
  • The template editor’s Preview panel renders inline images, embedded logos and data-URI attachments inline so authors see what the recipient will see. The same renderer powers the View Email drawer on the Email Outbox.

Click New Template in the section header to open the template dialog.

New Email Template dialog with Name, Category, Subject, and Body fields filled with sample data

FieldRequiredTypeDescriptionDefaultValidation
Template NameYesTextFriendly name to identify the templateRequired; shown in template lists
CategoryNoSelectOrganizes templates by purposeGeneralOptions: General, Sales, Support, Custom
SubjectYesTextEmail subject line; supports {{variable}} syntaxRequired
BodyYesTextareaEmail body content; supports {{variable}} syntaxRequired

Steps:

  1. Click New Template.
  2. Enter a Template Name (for example, “Welcome Email”).
  3. Select a Category to group the template.
  4. Enter the Subject; use {{contact.company}} or similar placeholders for dynamic content.
  5. Write the Body with your message text and variable placeholders.
  6. Click Create Template. The dialog closes and the new template appears in the list.

Click the pencil icon on any template card to open the edit dialog pre-filled with existing values.

Screenshot pending: Edit Email Template dialog pre-filled with existing template data

Same fields as Creating. All fields are editable after creation.

Steps:

  1. Locate the template in the list.
  2. Click the pencil (edit) icon on the right of the template card.
  3. Update the fields as needed.
  4. Click Save Changes.

Click the trash icon on any template card to delete it.

Screenshot pending: Delete confirmation dialog for an email template

  1. Click the trash icon on the template card.
  2. A confirmation dialog appears: “Are you sure you want to delete this template? This cannot be undone.”
  3. Click Delete to confirm. The template is permanently removed.

Note: Deleting a template that is referenced by an active automation trigger may cause that trigger to fail. Review your automation triggers before deleting.