beginner30 minutes3 min read

How to auto-triage and tag customer support tickets in Gorgias

Auto-triage and tag Gorgias tickets by topic as they arrive. Compare native Rules, n8n, and Claude Code approaches with setup guides.

How to auto-triage and tag customer support tickets in Gorgias

This recipe includes a downloadable n8n template and Claude Code skill.

Workflow

New ticket arrives
Classify topic
Apply tag in Gorgias

Why triage matters

Tickets that land in a single untagged queue force someone to manually sort before the right person can even respond. A billing question shouldn't wait behind a technical bug — and a shipping inquiry shouldn't get lost in a pile of feature requests. Manual triage typically adds 2-5 minutes per ticket and introduces inconsistency — two agents may categorize the same ticket differently.

Auto-tagging on arrival means every ticket is categorized instantly. Teams get their own views, queues load faster, and response times drop. Teams that implement auto-triage typically see a 15-20% reduction in first-response time because agents no longer waste time scanning unrelated tickets.

How it works

Regardless of which tool you use, every approach follows the same three-step pattern:

  1. Read the ticket — extract the subject line and message body from incoming tickets.
  2. Classify the topic — determine the category (billing, shipping, returns, technical, etc.) using keyword matching or semantic understanding.
  3. Apply the tag — write the category tag back to the ticket in Gorgias so it appears in the right team's queue.

The approaches below differ in classification accuracy — Gorgias Rules match keywords (70-80% coverage), n8n adds custom logic, and the Claude Code skill uses Claude to understand intent semantically (90%+ coverage, including multilingual tickets).

Which approach should I use?

  • Gorgias Rules (Recommended) — keyword-based Rules auto-apply tags the moment a ticket is created. Best for teams with clear keyword patterns and English-speaking customers. Instant, free, covers 70-80% of tickets.
  • n8n — webhook or polling-based workflow with custom classification logic. Best for teams that need multi-step logic or integration with external systems for classification. Free self-hosted or $24/mo on n8n Cloud.
  • Claude Code — a guided Claude Code skill that classifies tickets semantically using Claude. Covers 90%+ of tickets including vague, multilingual, and conversational phrasing. Best for high-volume teams or those with diverse customer bases where keyword Rules fall short.
What you'll get
Gorgias Ticket
SubjectMy order hasn't arrived yet
Category
(untagged)Shipping
Priority
(unset)High
Sentiment
(empty)Frustrated

What you'll need

Prerequisites
  • Gorgias account (any paid plan — Rules are included)
  • A defined tag taxonomy: 4–8 topic categories that match how your support team is structured
  • (Optional) Gorgias API key for the n8n and code-based approaches

Choose your approach

Select an approach below to see the full step-by-step guide.

Compare approaches

Gorgias Rules

low
Cost: $0 (included)
Latency: real-time
Code: none
Reliability: 24/7 cloud

n8n

low
Cost: $0-24/mo
Latency: polling
Code: low
Reliability: 24/7 cloud

Claude Code

low
Cost: Usage-based
Latency: on-demand
Code: none
Reliability: On demand

Gorgias Rules

low

Keyword-based Rules auto-apply tags the moment a ticket is created — no external tools

Cost: $0 (included)View guide

n8n

low

Gorgias webhook → keyword detection → PATCH ticket tags via API

Downloadable templateView guide

Claude Code

low

Guided Claude Code skill — classify tickets semantically using Claude and manage categories conversationally

Downloadable skillView guide

Related Recipes

Frequently Asked Questions

Looking to scale your AI operations?

We build and optimize automation systems for mid-market businesses. Let's discuss the right approach for your team.