
Tabs
| Tab | Contents |
|---|---|
| Settings | Edit name, description, subject, body. Validation runs on save. |
| Preview | Fill sample variable values and see the rendered email update live |
| History | Version snapshots — view or restore any previous version |
Previewing
Open the Preview tab:- The list on the left shows every variable ShingleAI extracted from the subject and body.
- Type sample values for each.
- The rendered subject and body update as you type.
Version history
Every meaningful change to the subject or body creates a new version. The History tab shows:- When the version was saved
- Who saved it
- A View button to inspect that version
- A Restore button to promote that version back to current
Sending from an automation
In an automation’s instructions, reference the template by name or by ID. Under the hood, the automation callsrenderEmailTemplateContent with the variable data it has available and the rendered result goes out via the configured sender.
Because Mustache silently ignores missing variables, make sure the automation actually has the data it needs before the send step.
Sending from an agent
Agents can call asend_email tool that accepts a template reference and a map of variable values. Tool permissions apply — see Tool permissions — and a human can be required to approve each send.
Deleting
Use the dropdown on the list or detail page to Delete a template. Deletion is soft — the row is hidden but version history and references are preserved.Next steps
Automations
Trigger a template send from an event
Agent chat
Ask an agent to send using a template