Templates
Create reusable message templates and ticket structures to speed up common responses. Access templates from Settings → Platform → Templates card.
Overview
The Templates page shows key stats:
| Metric | Description |
|---|---|
| Total Templates | Number of templates created |
| Total Usage | Times templates have been used |
| Avg Usage | Average usage per template |
| Most Used | Name of your most popular template |
Template Types
Quick Replies
Pre-written messages for common responses in conversations.
Ticket Templates
Pre-configured ticket structures for standard issue types.
Quick Replies
Creating a Quick Reply
- Click New Template
- Fill in the dialog:
- Template Name: e.g., "Welcome Greeting"
- Category: Greeting, Closing, Order, Shipping, Returns, Common Issues, Other
- Shortcut (optional): e.g.,
/greeting - Message Content: The actual message text
- Click Create Template
Using Variables
Insert dynamic content with variables:
| Variable | Inserts |
|---|---|
{customer_name} |
Customer’s name |
{order_id} |
Related order ID |
Example:
Hi {customer_name}! I see you're asking about order #{order_id}. Let me look that up for you.
yaml
Copy code
Using Shortcuts
Type your shortcut (for example, /greeting) in the message composer to quickly insert the template content.
Managing Quick Replies
For each template card:
| Action | Icon | Description |
|---|---|---|
| Copy | Copy icon | Copy content to clipboard |
| Delete | Trash icon | Remove template permanently |
Ticket Templates
Creating a Ticket Template
- Switch to the Ticket Templates tab
- Click Create Template
- Fill in the form:
- Template Name: e.g., "Refund Request"
- Description: Brief description of when to use
- Title Template: Default ticket title
- Description Template: Default ticket description
- Category: general, billing, technical, etc.
- Priority: low, normal, high, urgent
- Due Date Offset: Hours until due (e.g., 48)
- Tags: Labels to apply automatically
- Click Create
Using Ticket Templates
When creating a new ticket, select a template to pre-fill:
- Title
- Description
- Category
- Priority
- Due date
- Tags
Managing Ticket Templates
- View all templates in the grid
- Delete templates with the trash icon
- Templates show usage stats
Best Practices
- Name clearly: Use descriptive names that indicate when to use each template
- Keep updated: Review and update templates regularly
- Use shortcuts: Assign memorable shortcuts to frequently used templates
- Organize by category: Group related templates for easy discovery
- Track usage: Check stats to identify your most effective templates