Intercom logo + Discord logo

Automate Intercom & Discord

Stop paying for mismatched spreadsheets. Sync data between Intercom and Discord 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 ["Discord"] A1(["Add Role"]) 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 Discord operate independently, customer support agents often face delays in responding to user inquiries. For instance, if a user submits a ticket in Intercom, the support team must manually copy the ticket details into Discord to notify the relevant team members. This manual entry can lead to missed messages or incomplete information, causing frustration for both agents and customers. As a result, the support team spends valuable time duplicating efforts instead of resolving issues efficiently.

Top Ways to Automate Intercom & Discord

  • Seamless Customer Support: Automatically sync customer inquiries from Intercom to Discord channels, ensuring your team can respond in real-time and maintain a unified support experience.
  • Centralized Notifications: Receive instant alerts in Discord for new Intercom messages, allowing your team to prioritize and address customer needs promptly, reducing response times.
  • Enhanced Team Collaboration: Share insights and customer feedback gathered in Intercom directly within Discord, fostering a collaborative environment where team members can strategize and improve service delivery.

How to Build the Intercom → Discord Sync

  1. In Intercom, navigate to the 'Webhooks' section and create a new webhook that listens for the 'New Conversation' event.
  2. Set the webhook URL to your server endpoint that will handle incoming data (e.g., https://your-server.com/intercom-webhook).
  3. In your server code, extract the relevant payload data such as conversation_id, user_id, and message from the incoming request.
  4. Use the Discord API to send a POST request to the endpoint https://discord.com/api/v10/channels/{channel_id}/messages.
  5. Format the payload for the Discord message as follows: {"content": "New conversation from user_id: {user_id}, message: {message}"}.
  6. Ensure to include your Discord bot token in the Authorization header of the POST request.

Developer Warnings & API Gotchas

  • Ensure that the user_id from Intercom is properly mapped to a Discord user; otherwise, the message may not reach the intended recipient.
  • When extracting the message content from Intercom, verify that it does not exceed Discord's character limit of 2000 characters, or the message will fail to send.
  • Be cautious with the payload structure; Discord requires a specific JSON format, and any deviation may result in a 400 Bad Request error.

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 Discord Add Role
  • When this happens in Intercom... Fetch Custom Actions
    Do this in Discord Create new Forum Post
  • When this happens in Intercom... Lead Added Email
    Do this in Discord Remove User Role
  • When this happens in Intercom... Lead Added Email (Legacy)
    Do this in Discord Rename Channel
  • When this happens in Intercom... Lead Converted to User
    Do this in Discord Send Channel Message

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 Discord. Tell me about your current setup—what's the specific bottleneck you're trying to automate right now?