↔
Connect Intercom to HubSpot
Technical Integration Guide & Cost Analysis
Integration Status
Intercom (Support) has a native integration with HubSpot (CRM). Sync customer interactions from Intercom to HubSpot for unified customer view and automated follow-up. Typical setup takes around 30 minutes.
Data Flow Architecture
Intercom
HubSpot Integration Overview
Streamline customer data sync between Intercom and HubSpot with our seamless integration. Automate customer interactions and enhance CRM visibility.
Primary Use Case
Sync customer interactions from Intercom to HubSpot for unified customer view and automated follow-up.
medium
30 minutes
Automate Intercom + HubSpot with n8n
Free, open-source workflows you can import into n8n in one click — no subscription required.
- → AI Voice Chatbot with ElevenLabs & OpenAI for Customer Service and Restaurants
- → Automate Customer Support Issue Resolution using AI Text Classifier
- → Create a Branded AI-Powered Website Chatbot
- → vAssistant for Hubspot Chat using OpenAi and Airtable
- → AI-Driven Lead Management and Inquiry Automation with ERPNext & n8n
- → Qualify new leads in Google Sheets via OpenAI's GPT-4
Ready to automate? We have a template for you.
Copy this Intercom → HubSpot blueprint, open n8n, paste it into the canvas, and your workflow is ready to configure.
{
"name": "Intercom → HubSpot Sync",
"nodes": [
{
"id": "node-1",
"name": "Intercom Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {},
"credentials": {
"intercomApi": {
"id": "1",
"name": "Intercom account"
}
}
},
{
"id": "node-2",
"name": "HubSpot Action",
"type": "n8n-nodes-base.hubspot",
"typeVersion": 1,
"position": [
460,
300
],
"parameters": {},
"credentials": {
"hubspotApi": {
"id": "2",
"name": "HubSpot account"
}
}
}
],
"connections": {
"Intercom Trigger": {
"main": [
[
{
"node": "HubSpot Action",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": [
"integratestack",
"blueprint",
"intercom",
"hubspot"
]
} Blueprint copied to clipboard — open n8n and paste it into the canvas to activate your workflow.
Field Mappings
Detailed mapping of how fields sync between systems.
contacts
| Source Field | Type | Target Field | Direction | Notes |
|---|---|---|---|---|
| string | bidirectional | |||
| name | string | firstname | bidirectional |
Frequently Asked Questions
Does Intercom integrate directly with HubSpot? ▼
Yes, Intercom has a native integration with HubSpot. It is available directly within the Intercom app marketplace.
Is the connection between Intercom and HubSpot secure? ▼
Yes. This integration typically uses OAuth 2.0, meaning you grant permission via a secure login window. You do not need to share your raw password, and you can revoke access at any time from your Intercom security settings.
Is the sync one-way or two-way? ▼
This is typically a one-way sync: Intercom → HubSpot. Changes in HubSpot do not sync back to Intercom.
Will existing data in Intercom sync to HubSpot? ▼
Usually, no. Most native integrations are "forward-looking," meaning they only sync data created or updated *after* you activate the connection. To move historical data, you will likely need to perform a one-time CSV export/import manually.
Using Intercom and HubSpot with other tools?
Build your full stack map — see all connections and gaps at once.