How to Connect n8n to Intercom: Automate Support & Customer Messaging (2025)

Intercom is the front door to your customers, but a lot of what happens behind it is manual triage: reading conversations, tagging them, routing to the right person, updating the CRM. Connecting Intercom to n8n lets you automate that busywork and even add an AI layer that drafts answers. Here's how to wire it up.

Connecting Intercom to n8n

Intercom authenticates with an access token you generate from your Intercom Developer Hub app. Drop it into an n8n Intercom credential and you can read and write contacts, companies, and conversations. For real-time flows, configure an Intercom webhook pointed at an n8n Webhook node so events arrive the instant they happen.

That webhook is the key to responsive automation: a new conversation, a reply, or a tag change can trigger a workflow immediately, rather than n8n polling and lagging behind.

Contacts, conversations, and events

n8n can create and update Intercom contacts, attach them to companies, add notes, apply tags, and post replies to conversations. The webhook payload tells you exactly what changed — a new inbound message, an assignment, a closed ticket — so your workflow can branch accordingly.

A common pattern is enrichment: when a new contact appears, look them up in your CRM or an enrichment API and write the extra context back to Intercom so agents see the full picture without leaving the inbox.

Add autonomous support with smart escalation

An n8n workflow that resolves routine tickets automatically and escalates the hard ones to a human — with context attached.

Get the n8n template on Gumroad →

From triage to AI-assisted support

Begin with routing and tagging: classify each incoming conversation by topic and urgency, tag it, and assign it to the right team automatically. Sync every conversation outcome back to your CRM so support history lives alongside the customer record.

The bigger leap is AI: run each inbound message through a retrieval step over your help docs and have an AI node draft a grounded reply for the agent to send in one click — or auto-resolve the routine ones and escalate the rest with full context. That's where support volume stops scaling with headcount.

Final thoughts

Wired into n8n, Intercom stops being a manual triage queue and becomes a system that tags, routes, enriches, and even drafts. Start with automatic routing, then layer in AI-assisted replies as your confidence grows.

Ready to automate? Skip the build.

This exact workflow is packaged, documented, and ready to import into your n8n instance.

Get the n8n template on Gumroad →