Templates

The template library for the app. A template is finished copy plus delivery defaults; see Features › Templates for the model.
| Column | Meaning |
|---|---|
| Name | Name, unique per app, with the description or the default locale's title/body under it. silent marks a background-push template. |
| Languages | Locales the copy has. |
| Uses | How many campaigns and transactional sends started from it. |
| Updated | Last edit. |
Row actions:
- Campaign — opens the wizard with the template loaded (
/campaigns/new?template=…). The campaign gets its own copy; sending it does not touch the template. - Name — rename and describe. The copy itself is edited by loading the template into a campaign and saving it again as a template under the same name after deleting the old one, or by
PUT /v1/templates/:id. - Delete — delete. Campaigns that referenced it keep working; only their from template badge loses its target.
Templates are created from the wizard's content step (Save as template) or through the API. Create in the wizard at the top is a shortcut to the wizard.
Requires the editor role; viewer sees the list.