Use Request Templates
How to create and use templates for common request responses, configure template variables, and manage your template library.
How to create and use templates for common request responses, configure template variables, and manage your template library.
This guide explains how to create and use templates for responding to requests. Templates save time when you frequently send similar messages to customers.
/settings > Requests > Templates.Screenshot: The template editor with fields for name, subject, and message body.
Templates support variables that auto-fill with request data:
| Variable | Fills with |
|---|---|
{{contact_name}} |
The customer's name |
{{request_title}} |
The request title |
{{company_name}} |
Your company name |
{{request_id}} |
The request reference number |
Example body:
Hi {{contact_name}}, thank you for reaching out about "{{request_title}}." We have received your request and will follow up within 24 hours. -- {{company_name}}
Animation: Selecting a template and watching variables get replaced with actual request data.
Edit or delete templates from /settings > Requests > Templates.
Tip: Create templates for your most common responses: initial acknowledgment, requesting more information, scheduling confirmation, and service decline. Four to five templates cover most scenarios.
Note: Templates are workspace-wide. Any team member with request access can use them.
Did this answer your question?