The Email Templates screen provides a management interface for reusable email templates used in CE outreach. It is accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/email-templates.
Overview
The Email Templates screen renders anEmailTemplateList component below a page header titled “Email Templates” with the description “Create and manage reusable email templates with merge fields.” The list component handles display, creation, editing, and deletion of templates.
Who it’s for
Required permission:ce.admin (route-level gate).
Before you start
- You need the
ce.adminpermission.
Steps
Create a template
Use the create action within
EmailTemplateList to add a new template with a name, subject, body, and merge fields.Key concepts
- Merge fields — SME: confirm available merge fields and syntax.
- Template usage — SME: confirm which CE features (sequences, campaigns) consume these templates.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/EmailTemplatesPage.tsx