+
Automate Intercom & Slack
Stop paying for mismatched spreadsheets. Sync data between Intercom and Slack in real-time, so you can manage your operations without the busywork.
Custom API Integration
Secure Data Transfer
Done-For-You Setup
How the Data Flows
graph LR
subgraph Source ["Intercom"]
T1(["Contact Replied"])
end
subgraph Middleware ["Enterprise Integration Core"]
W[CRON API
Poller] --> V{Validation
& Auth}
V -->|Fail| DLQ[Dead Letter
Queue]
V -->|Pass| Map[Data Mapping
& Transformation]
Map --> Retry[Rate Limiting
& Retries]
end
subgraph Target ["Slack"]
A1(["Add Reaction"])
end
T1 -->|JSON Payload| W
Retry -->|Authenticated API POST| A1
style Source fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5
style Target fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5
style Middleware fill:#f8fafc,stroke:#94a3b8,stroke-width:2px
style T1 fill:#3b82f6,stroke:#fff,stroke-width:2px,color:#fff
style W fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style V fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style Map fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style Retry fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style DLQ fill:#ef4444,stroke:#fff,stroke-width:1px,color:#fff
style A1 fill:#e11d48,stroke:#fff,stroke-width:2px,color:#fff
Top Ways to Automate Intercom & Slack
- Instant Notifications: Automatically send real-time alerts to Slack channels for new Intercom messages, ensuring your team never misses a customer inquiry.
- Centralized Customer Insights: Sync customer conversation summaries from Intercom directly into Slack, providing your team with immediate access to context and history for more informed responses.
- Streamlined Task Management: Create tasks in your project management tool directly from Intercom conversations, allowing team members to track follow-ups and resolutions without leaving Slack.
How to Build the Intercom → Slack Sync
- In Intercom, navigate to the 'Settings' tab and select 'Webhooks'. Create a new webhook that listens to the 'New Message' trigger.
- Set the webhook URL to your server endpoint that will handle the incoming data. Ensure your server can parse JSON payloads.
- In your server code, extract relevant data from the Intercom webhook payload, such as 'user.id', 'message.body', and 'conversation.id'.
- Format the extracted data into a message structure suitable for Slack, including the channel ID where the message should be sent.
- Use the Slack API endpoint POST /api/chat.postMessage to send the formatted message. Include the channel ID, text, and any necessary attachments in the request body.
Developer Warnings & API Gotchas
- Ensure the user ID from Intercom is mapped correctly to the Slack user; otherwise, messages may appear as coming from an unknown user.
- Check that the 'conversation.id' is included in the message payload to allow for tracking and context in Slack.
- Be cautious with message formatting; Slack has specific markdown requirements that must be adhered to for proper rendering.
Supported API Operations
We leverage official, stable endpoints to ensure secure data transfer. No deprecated legacy routes.
-
When this happens in Intercom... Contact RepliedDo this in Slack Add Reaction
-
When this happens in Intercom... Fetch Custom ActionsDo this in Slack Add Reminder
-
When this happens in Intercom... Lead Added EmailDo this in Slack Archive Conversation
-
When this happens in Intercom... Lead Added Email (Legacy)Do this in Slack Cancel Scheduled Message
-
When this happens in Intercom... Lead Converted to UserDo this in Slack Create Canvas
SyncMatrix Experts
Available for Hire
We are an AI-powered automation team. We build custom, reliable API workflows that eliminate manual data entry.
Speak with an Integration Architect
We build custom API workflows that don't hit rate limits.
Where should I send your blueprint & pricing?