Skip to content
Using Templates โ
๐ฌ Using Templates โ
You can use templates in a bunch of different places:
๐จ In Messenger โ
- Open a chat with a client
- Click the Templates icon in the message box
- Search or scroll through your templates
- Pick the one you want
- Check the message (the variables fill in automatically)
- Make changes if you need to
- Click Send
๐ฃ In Campaigns โ
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 |
โ๏ธ In Automations โ
Hook templates up to automations:
- Make an automation with a "send message" action
- Pick a template for the message
- The variables fill in from the trigger info
๐ Via API โ
Send messages using templates through the API:
POST /api/messages
{
"template_id": "template_123",
"recipient": "client_456",
"variables": {
"custom_var": "value"
}
}โ๏ธ Template Settings โ
๐ Visibility โ
| 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 |
๐ Usage Tracking โ
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 |
๐ ๏ธ Managing Templates โ
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 |
๐ฐ๏ธ Template Versioning โ
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 |
๐งช Template Testing โ
Test your templates before using them for real:
Preview Mode โ
- Open the template
- Click Preview
- Pick a sample case or client
- See what the final message looks like
Test Send โ
- Open the template
- Click Test Send
- Enter your own phone number or email
- Check the test message you receive
โ ๏ธ Variable Validation โ
Templates will warn you if:
- A variable is missing
- A variable name is wrong
- An SMS message is too long
- There are formatting problems