Intercom logo + Slack logo

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
When Intercom and Slack operate independently, customer support teams face significant delays in addressing user inquiries. For instance, when a user submits a support ticket in Intercom, the support agent must manually copy the ticket details into a Slack channel to inform the team. This process not only wastes valuable time but also increases the risk of omitting critical information, such as user context or issue severity, leading to miscommunication and delayed responses. The support team spends excessive time on redundant data entry instead of focusing on resolving customer issues.

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

  1. In Intercom, navigate to the 'Settings' tab and select 'Webhooks'. Create a new webhook that listens to the 'New Message' trigger.
  2. Set the webhook URL to your server endpoint that will handle the incoming data. Ensure your server can parse JSON payloads.
  3. In your server code, extract relevant data from the Intercom webhook payload, such as 'user.id', 'message.body', and 'conversation.id'.
  4. Format the extracted data into a message structure suitable for Slack, including the channel ID where the message should be sent.
  5. 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 Replied
    Do this in Slack Add Reaction
  • When this happens in Intercom... Fetch Custom Actions
    Do this in Slack Add Reminder
  • When this happens in Intercom... Lead Added Email
    Do 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 User
    Do 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.

I can see you're looking at mapping Intercom to Slack. Tell me about your current setup—what's the specific bottleneck you're trying to automate right now?