| [ Web Proxy ] |
| Viewing: https://zapier.com/apps/intercom/integrations | [Back] [Original] |
Automate smarter with Intercom and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
Give your marketing and support teams the tools they need to create the best customer experience. Connect Intercom to Zapier for a seamless communication process, and automatically link Intercom to all the other apps you use. Easily pass information to and from other apps to provide customers with the most personalized communication experience possible.
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
Triggers when a Lead enters an email address.
Triggers when a new Lead is created.
Triggers when an AI-generated summary is created for a conversation in Intercom.
Triggers when a new Company is created.
Triggers when a new Ticket is created in Intercom.
Triggers when a Tag is added to a Conversation in Intercom.
Triggers when a Contact is updated in Intercom.
Add a note to a user.
Creates a new article in your Help Center.
Submit a Data Event to your Intercom account.
Create a Ticket
Adds a reply or note to an existing Conversation.
Sends a message to a contact.
Create or update an Intercom lead. If an ID is provided, the lead will be updated.
Update a user within Intercom given their e-mail address.
This is an advanced action which makes a raw HTTP request that includes this integration's authentication.
Search for conversations using various criteria.
Search for tickets using various criteria.
Retrieves a specific conversation by ID, including conversation parts.
Find or Create Lead
Triggers when a lead converts to a user.
Triggers when a Contact replies to a Conversation in Intercom.
Triggers when a conversation receives a rating.
Triggers when you close a Conversation.
Triggers when a new Conversation is created by a User in Intercom.
Triggers when a new User is created.
Triggers when a company is updated.
Triggers when a Ticket is updated in Intercom.
Triggers when a user unsubscribes from Intercom.io emails.
Add a Tag to a specific Intercom Contact.
Creates a new conversation from a contact.
Creates or Updates a Company in Intercom.
Remove a Tag from a specific Intercom Contact.
Send a Message from a Contact into Intercom to create a new Conversation. Note: you must have a valid plan on Intercom to access this action.
Attach or remove a tag from a specific company.
Updates an existing ticket in Intercom.
Creates a new user in your Intercom app.
Finds an existing company in your Intercom account.
Finds an existing Lead.
Finds an existing user.
Looks up an existing company in your Intercom account.
For builders
Go beyond Zap workflows. Install Zapier in your AI to call Intercom actions directly from your agentswith governance built in. Authenticate once. Revoke access anytime.
Act in Intercom from your AIno exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude ChatGPT Cursor Any MCP-compatible AI
Expose Intercom actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a Intercom connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "intercom", owner: "me" });
await zapier.runAction({
app: 'intercom',
action: 'add_note',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.
| Web Proxy Viewer | New URL | Original Page |