Canned Responses
Save and reuse common replies with variable substitution
Canned responses (also called saved replies or templates) let you save frequently used messages and insert them with a few keystrokes.
Creating Canned Responses
Navigate to Settings
Go to Settings → Canned Responses
Create a Response
- Click New Response
- Enter a Name (for searching)
- Enter a Shortcut (optional, e.g., "refund")
- Write the Content
- Add Tags for organization
- Click Save
Example Response
Name: Refund Processed Shortcut: refund-done Content:
Hi {{customer.name}},
Great news! Your refund of {{refund.amount}} has been processed
and should appear in your account within 3-5 business days.
If you have any questions, just reply to this email.
Thanks for your patience!
{{agent.name}}Using Canned Responses
In the Reply Editor
Option 1: Type Shortcut
- Type
/followed by the shortcut - e.g.,
/refund-done - Press Enter to insert
Option 2: Template Menu
- Click the template icon in the editor
- Search or browse responses
- Click to insert
Variable Substitution
Variables are automatically replaced when inserted:
| Variable | Replaced With |
|---|---|
{{customer.name}} | Customer's full name |
{{customer.first_name}} | Customer's first name |
{{customer.email}} | Customer's email |
{{ticket.id}} | Ticket ID |
{{ticket.subject}} | Ticket subject |
{{agent.name}} | Your name |
{{agent.email}} | Your email |
{{company.name}} | Company name |
{{custom.field_name}} | Custom field value |
Organizing Responses
Tags
Add tags to categorize:
billing- Billing-related responsestechnical- Technical supportrefund- Refund templatesonboarding- New customer messages
Folders
Create folders for larger collections:
- Click New Folder
- Name the folder
- Drag responses into folders
Team vs Personal
Team Responses
Created by admins, available to everyone:
- Best practices templates
- Official company responses
- Compliance-approved messages
Personal Responses
Created by individuals, only visible to them:
- Personal variations
- Quick shortcuts
- Work-in-progress templates
Best Practices
Keep Responses Current
Review responses quarterly:
- Update outdated information
- Remove unused templates
- Add new common scenarios
Use Clear Names
Name responses descriptively:
- ✅ "Refund - Full Amount Processed"
- ❌ "Template 1"
Start Generic, Add Specifics
Create base templates, then specialize:
Base: "Shipping Delay"
├── "Shipping Delay - Weather"
├── "Shipping Delay - Stock"
└── "Shipping Delay - Carrier"Include Context Hints
Add comments for when to use:
<!-- Use when customer asks about order ETA -->
<!-- Don't use for international orders -->AI and Canned Responses
AI Selection
At higher autonomy levels, AI can:
- Suggest relevant canned responses
- Insert and customize templates
- Combine multiple templates
Training AI
Well-crafted canned responses help AI:
- Learn your preferred language
- Understand response patterns
- Maintain consistent tone
Managing Responses
Edit
- Find the response in Settings
- Click to edit
- Make changes
- Save
Delete
- Click the response menu
- Select Delete
- Confirm
Duplicate
- Click the response menu
- Select Duplicate
- Edit the copy
Export/Import
Export all responses to JSON:
- Settings → Canned Responses
- Click Export
Import from JSON:
- Click Import
- Select file
- Review and confirm
Permissions
| Action | Required Role |
|---|---|
| View team responses | Any |
| Use responses | Agent |
| Create personal | Agent |
| Create team | Admin |
| Edit team | Admin |
| Delete team | Admin |