What you need
Data sources
- Helpdesk system (Zendesk, Freshdesk, or similar) — Ticket records with email threads, status, and assigned agent
- CRM system — Customer account details, contract status, and purchase history
Knowledge spaces
- Brand voice guidelines — Upload your tone guide, approved phrases, and language to avoid
- Email templates — Standard response templates for common issue types (billing, shipping, returns, technical)
- Refund and credit policies — Upload your current policies so the agent can reference them accurately
| Component | Name | Definition |
|---|---|---|
| Object | Ticket | Maps to the helpdesk ticket table. Represents a customer issue with status, category, and full conversation thread |
| Object | Customer | Maps to the CRM account table. Represents a customer with contact info, account tier, and history |
| Metric | First Response Time | Minutes between ticket creation and the first agent reply |
| Metric | Customer Lifetime Value | Total revenue from a customer’s account, used to prioritize high-value customers |
| Dimension | Issue Type | Categorizes tickets as billing, technical, shipping, returns, account, or general inquiry |
| Dimension | Customer Tier | Segments customers by account level: enterprise, business, standard |
Agent setup
Create the agent
Go to Agent Space > New agent.
| Field | Value |
|---|---|
| Name | Support Rep |
| Role | Customer service specialist |
| Goal | Resolve customer issues quickly and empathetically |
Set the description
You are a customer support specialist. Always greet the customer by name when available. Use a warm, professional tone. Acknowledge the customer’s frustration before jumping to a solution. Keep responses concise — no more than three paragraphs. If you cannot resolve an issue, escalate clearly and explain what happens next. Never promise refunds or credits without confirming the policy first.
Scope data access
Grant access to:
- Helpdesk system data source (ticket records and email threads)
- CRM system data source (customer accounts and purchase history)
- Brand voice guidelines knowledge space
- Email templates knowledge space
- Refund and credit policies knowledge space
- Ticket and Customer objects in the semantic layer
Add skills
Draft customer email reply
Draft customer email reply
Trigger: User asks to draft a reply or a new support email arrives
- Read the incoming email and identify the issue type (billing, technical, shipping, returns, account, general inquiry).
- Check the customer’s history in the CRM for prior interactions, open tickets, and account tier.
- Pull the relevant email template from the knowledge space based on the issue type.
- Draft a reply that acknowledges the issue, provides a clear next step, and sets expectations for resolution time.
- Match the company’s tone guidelines from the brand voice knowledge space: professional, empathetic, concise.
- If the issue requires internal action (refund, escalation, engineering ticket), note it separately as an internal comment.
- Present the draft for review before sending.
Check refund eligibility
Check refund eligibility
Trigger: Customer requests a refund or credit
- Identify the customer and order from the email or ticket context.
- Pull the order details from the CRM, including purchase date, amount, and item.
- Check the refund policy from the knowledge space for the applicable time window and conditions.
- Determine eligibility: within policy (approve), outside policy (deny with reason), or edge case (escalate).
- Draft the appropriate response, citing the specific policy clause.
Automation
Playbook: Auto-draft for new emails
Build the workflow
The playbook reads the incoming email, classifies it, pulls context, and generates a draft reply saved back to the ticket.
- Query step — Pull the email content and any existing ticket context from the helpdesk.
- Query step — Look up the customer in the CRM by email address to get account details and history.
- AI step — Classify the issue type and generate a draft reply following the brand voice guidelines.
- Condition step — If the issue type is “legal” or “data privacy,” skip the draft and route directly to the legal queue.
- Action step — Save the draft reply as an internal note on the ticket for agent review.
Configure delivery
The draft is saved directly to the helpdesk ticket. Send a Slack notification to the assigned agent’s channel letting them know a draft is ready for review.
What’s next
Ticket classification
Automatically categorize and prioritize tickets the moment they arrive.
All customer service use cases
See the full list.

