Ticket Routing

Plugin that analyzes incoming support tickets and suggests the best team or agent to handle them, reducing misroutes and first-response time.

Overview

Ticket Routing classifies incoming support tickets by intent, product area, and urgency, then recommends the correct team or agent. It cuts misrouting by using conversation context, not just keywords, and learns from routing corrections over time.

Capabilities

CapabilityDescription
Intent ClassificationIdentifies ticket intent across 40+ predefined support categories
Urgency DetectionFlags high-severity tickets for immediate escalation
Agent MatchingMatches tickets to agents based on skills and current load
Confidence ScoringReports confidence level alongside each routing suggestion
Feedback LoopImproves classification from agent corrections

Install Steps

1. Install via Qiscus CLI

qiscus plugin install ticket-routing

2. Configure routing rules

qiscus config set ROUTING_MODEL=claude-sonnet-4-6
qiscus config set ROUTING_CONFIDENCE_THRESHOLD=0.8

3. Verify installation

qiscus plugin list | grep ticket-routing

Need help? Contact the Support Integration Team or check the Qiscus documentation.