# Multi-category ticket classification
request_data = {
"processing_type": "time-sensitive",
"type": "markdown",
"priority": "medium",
"request_text": "Categorize this customer support ticket:\n\n'Subject: Billing issue and account access problem\n\nMessage: Hi, I was charged twice for my subscription last month, and now I can't log into my account. I've tried resetting my password but the email isn't coming through. This is really frustrating and I need this resolved ASAP since I have a presentation tomorrow that requires access to my files. Can someone please help? I've been a customer for 3 years and this has never happened before.'",
"response_type": "multi_select",
"response_config": {
"options": [
{
"value": "billing_issue",
"label": "💳 Billing & Payment",
"description": "Related to charges, subscriptions, or payments",
"color": "#dc2626"
},
{
"value": "account_access",
"label": "🔐 Account Access",
"description": "Login problems, password issues, or account lockouts",
"color": "#f59e0b"
},
{
"value": "technical_issue",
"label": "⚙️ Technical Problem",
"description": "System bugs, feature malfunctions, or technical errors",
"color": "#3b82f6"
},
{
"value": "urgent_priority",
"label": "🚨 Urgent Priority",
"description": "Customer indicates time-sensitive business need",
"color": "#dc2626"
},
{
"value": "email_delivery",
"label": "📧 Email Delivery Issue",
"description": "Problems receiving system emails or notifications",
"color": "#8b5cf6"
},
{
"value": "loyal_customer",
"label": "⭐ Loyal Customer",
"description": "Long-term customer requiring special attention",
"color": "#059669"
},
{
"value": "escalation_needed",
"label": "📞 Needs Escalation",
"description": "Complex issue requiring senior support attention",
"color": "#ea580c"
}
],
"min_selections": 2,
"max_selections": 6,
"required": True
},
"default_response": ["billing_issue", "account_access"],
"timeout_seconds": 3600,
"platform": "api"
}