What this audit checks
Authentication & access
- API key valid (auth on /api/account) and not revoked
- Account domain correct and reachable (.gorgias.com)
- Connector account has agent/admin role with Tickets read scope
- All expected storefront integrations readable (multi-store aggregation complete)
Backlog health
- Open ticket count vs 30-day baseline (sudden growth = drowning signal)
- Blocked / waiting-on-customer ticket count + change WoW
- Oldest open ticket age (>90 days = backlog rot)
- Backlog-by-priority skew (Urgent+High >50% of open = firefighting)
- Backlog-by-status distribution (Gorgias is two-state: open / closed)
Throughput & capacity
- Tickets resolved (7d) dropped >25% vs prior week
- Avg cycle time degradation >25% week-over-week
- Assignees with >10 open tickets (overload signal)
- Unassigned tickets > 5 (warn) / > 20 (critical) - work nobody owns
- Sprint scope-creep (>15% added after the triage window started)
VortexIQ findings lifecycle (the stickiness test)
- Abandoned findings - vortex_iq-tagged tickets, no team movement (reply/note/status/assignee/tag) >14d
- Finding resolution rate over rolling 90d (target >75% - higher than Zendesk thanks to inline order context - alert <50%)
- Avg time-to-fix for resolved findings (>14d sustained)
- Findings closed without an evidence note (silent dismissals)
- Automate AI auto-replied to a vortex_iq finding without resolving it (SLA reset, no fix)
- Reopen rate - findings closed then reopened by a customer reply
Cross-channel: revenue-at-risk (the killer area)
- Critical findings from sibling connectors (shopify/bigcommerce/adobe/cybersource) older than 7 days with NO Gorgias ticket - coverage gap
- Abandoned findings count rising while a commerce sibling’s refund_rate climbs - measured-but-not-fixed revenue leak (Gorgias’s inline order context makes this loop especially tight)
- High-LTV customers (top decile per commerce sibling) waiting on unresolved vortex_iq tickets - visible via the inline customer panel
- vortex_iq finding backlog concentrated on one storefront (integration_id) whose commerce sibling shows a conversion-rate regression
Severity thresholds
| Signal | Warn | Critical |
|---|---|---|
vortexiq_findings_abandoned | 5 | 15 |
vortexiq_finding_resolution_rate | 75 | 50 |
blocked_tickets | 3 | 8 |
unassigned_tickets | 5 | 20 |
oldest_open_ticket_age_days | 60 | 90 |
cycle_time_change_pct | 25 | 50 |
scope_creep_pct | 15 | 30 |
Data sources
GET https://{domain}.gorgias.com/api/account- API key + account/timezone/region sanityGET https://{domain}.gorgias.com/api/integrations- Storefront integration inventory for multi-store aggregationGET https://{domain}.gorgias.com/api/users- Agent inventory + capacity calc (assignee load)GET https://{domain}.gorgias.com/api/tickets- Backlog reads: status/priority counts, oldest-open, by-assignee, abandoned-findings, blocked, resolution-rate numerator/denominator, time-to-fix