The SMS Templates page 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/sms/templates is an administrative interface for creating and managing reusable SMS message templates that can include merge fields for personalization.
Overview
Navigating to/ce/sms/templates loads SmsTemplatesPage, gated by ce.sms.admin. The page renders a header (“SMS Templates”, description “Create and manage reusable SMS templates with merge fields for personalized messaging.”) and the SmsTemplateList component.
Who it’s for
Permission required:ce.sms.admin
Before you start
- You must have
ce.sms.adminpermission. - Templates reference merge fields — confirm available merge tokens with your SME before creating templates.
Steps
Create a template
Use the create action in
SmsTemplateList to define a new template with a name, body text, and any merge fields.Related
Community Engagement
Community Engagement core overview.
Governance & parity
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/SmsTemplatesPage.tsx
- src/cores/ce/components/sms/SmsTemplateList.tsx