File size: 2,122 Bytes
b89c8aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "queues": {
    "billing_team": {
      "description": "General billing inquiries including invoice errors and failed charges.",
      "gated": false,
      "prerequisites": [],
      "handles_families": ["billing"]
    },
    "tech_support_l1": {
      "description": "First-level technical support for bug reports, API errors, and integration issues.",
      "gated": false,
      "prerequisites": [],
      "handles_families": ["technical"]
    },
    "tech_support_l2": {
      "description": "Escalation-level technical support for complex or org-wide technical issues.",
      "gated": true,
      "prerequisites": ["classification_set", "impact_urgency_set"],
      "handles_families": ["technical"]
    },
    "account_team": {
      "description": "Account management including password resets, SSO issues, and account lockouts.",
      "gated": false,
      "prerequisites": [],
      "handles_families": ["account"]
    },
    "security_team": {
      "description": "Security incidents including suspicious logins, exposure risks, and abuse reports.",
      "gated": true,
      "prerequisites": ["classification_set", "impact_urgency_set"],
      "handles_families": ["security"]
    },
    "shipping_team": {
      "description": "Shipping and logistics including delays, tracking problems, and lost packages.",
      "gated": false,
      "prerequisites": [],
      "handles_families": ["shipping"]
    },
    "refund_team": {
      "description": "Dedicated refund processing for approved billing refund requests.",
      "gated": false,
      "prerequisites": [],
      "handles_families": ["billing"]
    },
    "spam_filter": {
      "description": "Catch-all for non-actionable tickets: spam, marketing, false positives, and data errors.",
      "gated": false,
      "prerequisites": [],
      "handles_families": []
    },
    "sales_or_feature_requests": {
      "description": "Feature requests and sales inquiries misfiled as support tickets.",
      "gated": false,
      "prerequisites": [],
      "handles_families": []
    }
  }
}