An automated system for classifying customer inquiries, monitoring SLA compliance with escalation, and performing AI-driven analytics — both quantitative and qualitative — built with n8n and an LLM.



Project Details

Context:

Problem:


Solution

<aside> 🧠

The system automatically receives customer requests, classifies them using AI with an explanation of the decision, logs them, and notifies the ticket owner. A separate SLA timer monitors deadlines with a three-level escalation process. On top of this, an analytics layer was built: quantitative metrics and qualitative AI-based pattern analysis, accessible through a conversational AI agent (chatbot) on demand.

Tools used: OpenAI API, n8n, Zendesk API, Slack Webhooks, PostgreSQL.

</aside>

Solution logic:

  1. A Gmail trigger captures new customer requests.
  2. An AI classifier (chain of thought) determines the category, priority, owner, and SLA.