Zentik Logo
App Settings

User Templates

Create and manage reusable message templates for sending recurring or standardized notifications. Templates support placeholders (e.g. {{title}}) that are filled in at send time.

For details on using templates via the API, see Template Messages.

User Templates — List

Template List

View all your templates. Each entry shows:

  • Name — The template name
  • Created date — When the template was created
  • Body preview — A snippet of the body content, including any placeholders

Tap the menu icon to Edit or Delete a template. Use the + button to create a new one.

Create / Edit Template

Configure a template with the following fields:

FieldRequiredDescription
NameYesA descriptive name to identify the template
DescriptionNoOptional notes about the template's purpose
TitleNoTitle template — supports {{placeholder}} syntax
SubtitleNoSubtitle template — supports {{placeholder}} syntax
BodyYesBody content template — supports {{placeholder}} syntax

Placeholders

Use double curly braces to define dynamic fields, e.g. {{title}}, {{username}}, {{status}}. When sending a notification using a template, provide the placeholder values and they will be substituted into the final message.