🎫 Automatically Classify Zoho Desk Support Tickets using Gemini AI

⚑ 388 views · 🎫 Ticket Management & Triage

Description

Automatically Classify Support Tickets in Zoho Desk with AI with Gemini

Transform your customer support workflow with intelligent ticket classification. This automation leverages AI to automatically categorize incoming support tickets in Zoho Desk, reducing manual work and ensuring faster ticket routing to the right teams.

How It Works

  1. Fetches all tickets from Zoho Desk with pagination support
  2. Filters unclassified tickets (where classification field is null)
  3. Retrieves complete ticket threads for full conversation context
  4. Uses OpenRouter AI (GPT-4, Claude, or other models) to classify tickets into predefined categories
  5. Updates tickets in Zoho Desk with accurate classifications automatically

Use Cases

Prerequisites

Setup Steps

Time: ~15 minutes

  1. Configure Zoho Desk OAuth2 - Follow our step-by-step GitHub guide for OAuth2 credential setup
  2. Set up OpenRouter API - Create an account and generate API keys at openrouter.ai
  3. Customize classifications - Define your ticket categories (e.g., Technical, Billing, Feature Request, Bug Report)
  4. Adapt the workflow - Modify for any field: status, priority, tags, assignment, or custom fields
  5. Review API documentation - Check Zoho Desk Search API docs for advanced filtering options
  6. Test thoroughly - Run manual triggers before automation

Note: This workflow demonstrates proper Zoho Desk API integration, including OAuth2 authentication and pagination handlingβ€”two common integration challenges.

πŸ”— Nodes Used

HTTP Request, Basic LLM Chain, OpenRouter Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup