Classify Intercom Messages & Route to ClickUp or Slack with GPT-4o-mini
How it works This workflow automates the classification and routing of incoming Intercom conversations. When a new customer message arrives, it is analyzed by AI to determine category, sentiment, urgency, and tags. Based on this classification, the workflow creates tasks in ClickUp for Support or Product requests, or sends real-time alerts to Slack for Sales inquiries.
Step-by-step
Webhook Intake
Triggered when Intercom sends a new conversation payload.
Captures customer details, message content, and metadata.
AI Classification
Sends the conversation JSON to OpenAI (gpt-4o-mini) with a structured prompt.
AI returns a JSON object with category (Support, Product, Sales, Other), sentiment, urgency, reasoning, and tags.
Processing & Structuring
A Code node parses the AI output and merges it with conversation details.
Prepares formatted task fields such as title, description, customer info, and priority.
Conditional Routing
Support requests → Task created in ClickUp with urgency and tags.
Product requests → Task created in ClickUp with structured details.
Sales inquiries → Slack alert sent to the Sales channel with context and AI reasoning.
Other → No task/action triggered.
Benefits
Automates Intercom ticket triage and routing in real time.
Ensures consistent, AI-driven classification of all customer conversations.
Reduces manual review time for Support, Product, and Sales teams.
Creates structured tasks with enriched metadata for faster resolution.
Keeps Sales teams instantly informed with Slack alerts for urgent leads.
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
🤖 Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments