What you need
Data sources
- Helpdesk system — Ticket records with subject, body, status, tags, and priority fields that can be written back via API
- CRM system — Customer account details for priority context (enterprise customers may receive elevated priority)
Knowledge spaces
- Classification taxonomy — Upload your category definitions, priority criteria, and product/feature area list
- Escalation policies — Rules for when a ticket should bypass normal triage (legal, security, VIP)
| Component | Name | Definition |
|---|---|---|
| Object | Ticket | Maps to the helpdesk ticket table. Represents a support request with category, priority, and tags |
| Object | Customer | Maps to the CRM account table. Includes account tier for priority elevation rules |
| Metric | Classification Accuracy | Percentage of auto-classified tickets where the category was not changed by an agent within 24 hours |
| Metric | Triage Time | Seconds between ticket creation and classification completion |
| Dimension | Category | Predefined categories: billing, technical, shipping, returns, account, other |
| Dimension | Priority | Low (informational), medium (action needed), high (revenue impact or SLA risk) |
Agent setup
Create the agent
Go to Agent Space > New agent.
| Field | Value |
|---|---|
| Name | Ticket Triage Agent |
| Role | Support ticket classification specialist |
| Goal | Accurately classify and route every incoming ticket within seconds |
Set the description
You classify incoming support tickets. Read the subject and body carefully. Assign exactly one category from the approved taxonomy — never invent new categories. Set priority based on business impact: high if there is revenue at risk or an SLA in danger, medium if action is required, low if informational. Tag with the relevant product or feature area. If the ticket mentions legal action, compliance, or data privacy, auto-escalate to the legal queue regardless of other classifications. Be consistent — the same type of issue should always get the same classification.
Scope data access
Grant access to:
- Helpdesk system data source (ticket records)
- CRM system data source (customer accounts for tier-based priority)
- Classification taxonomy knowledge space
- Escalation policies knowledge space
- Ticket and Customer objects in the semantic layer
Add skills
Classify and tag ticket
Classify and tag ticket
Trigger: New ticket created in the helpdesk
- Read the ticket subject and body text.
- Classify the ticket into one of the predefined categories: billing, technical, shipping, returns, account, or other.
- Check the customer’s account tier in the CRM — elevate priority for enterprise accounts.
- Assign a priority: low (informational), medium (action needed), or high (revenue impact or SLA risk).
- Tag the ticket with the relevant product or feature area.
- If the ticket mentions legal action, compliance, or data privacy, override all other assignments and route to the legal queue.
- Update the ticket record in the helpdesk with category, priority, and tags.
Reclassify ticket on update
Reclassify ticket on update
Trigger: Ticket receives a new customer reply that changes the nature of the issue
- Read the new customer reply in the context of the full ticket thread.
- Determine if the issue type has changed from the original classification.
- If the issue has shifted, update the category and priority accordingly.
- Add an internal note explaining the reclassification reason.
- If the new priority is higher than the original, notify the assigned agent.
Automation
Playbook: Real-time ticket classification
Set the trigger
Set the playbook to trigger on a new ticket creation event from the helpdesk system API.
Build the workflow
The playbook reads the new ticket, classifies it, and updates the helpdesk record — all within seconds of ticket creation.
- Query step — Pull the new ticket’s subject, body, and customer email.
- Query step — Look up the customer in the CRM by email to get account tier.
- AI step — Classify the ticket using the taxonomy from the knowledge space. Output: category, priority, product tag.
- Condition step — If keywords match the escalation policy (legal, compliance, data privacy), route to the legal queue.
- Action step — Write the category, priority, and tags back to the helpdesk ticket via API.
Configure delivery
No separate delivery needed — the ticket is updated in place. For high-priority tickets, send a Slack notification to the #support-urgent channel with the ticket number and category.
What’s next
Customer history lookup
Pull a complete customer profile from CRM and helpdesk data in seconds.
All customer service use cases
See the full list.

