๐ซ Automate support QA reviews with Intercom, GPT and Google Sheets
โก 651 views ยท ๐ซ Ticket Management & Triage
Description
๐ง How it works
This workflow automates QA review of Intercom support conversations by:
-
Triggering on
conversation.admin.closedevents via a webhook -
Fetching full conversation data using Intercom API
-
Structuring and summarizing the conversation into a readable transcript
-
Using GPT to evaluate:
- Response time
- Clarity
- Tone & behavior
- Urgency handling
- Ownership & resolution
-
Logging structured QA scores in a Google Sheet
-
Providing coaching-style feedback if the rating is 3 or below
โ๏ธ Set up steps
- ๐ Configure your Intercom and OpenAI credentials in n8n
- ๐ฉ Set up the webhook in Intercom to post on conversation close
- ๐ง Use your OpenAI API key for the GPT-based nodes
- ๐๏ธ Connect your Google Sheet (or replace with another data sink)
- โ Add your own filtering logic for spam/promotional tickets if needed
Note: This workflow contains a sticky notes to explain each step inside the n8n canvas.
๐ Nodes Used
Google Sheets, HTTP Request, Webhook, AI Agent, OpenAI Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File