You can use templates in a bunch of different places:
When you set up a campaign, pick templates for each step:
| Stage | Template Use |
|---|---|
| Pre-Call | Message sent before an AI call |
| Post-Success | Message sent after a successful call |
| Post-Failed | Message sent after a failed call |
| Scheduled | Messages sent at set times |
Hook templates up to automations:
Send messages using templates through the API:
POST /api/messages
{
"template_id": "template_123",
"recipient": "client_456",
"variables": {
"custom_var": "value"
}
}| Setting | Description |
|---|---|
| Personal | Only you can see and use it |
| Company | Everyone on your team can use it |
| Specific Users | Only certain people can use it |
See how your templates are being used:
| Metric | Description |
|---|---|
| Times Used | How many times the template has been sent |
| Last Used | When someone last used it |
| Used By | Who uses it the most |
| Response Rate | How often clients reply |
On the Message Templates page, you can:
| Action | Description |
|---|---|
| Edit | Change the template's words or name |
| Duplicate | Make a copy of a template |
| Delete | Remove templates you don't need |
| Preview | See how it looks with sample info |
| Test Send | Send a test message to yourself |
| Export | Download your templates |
| Import | Upload templates |
Keep track of every change made to a template:
| Feature | Description |
|---|---|
| Version History | See all past versions |
| Restore Version | Go back to an older version |
| Compare | See what changed between versions |
| Author | Who made each change |
Test your templates before using them for real:
Templates will warn you if: