Intercom logo + Microsoft Teams logo

Automate Intercom & Microsoft Teams

Stop paying for mismatched spreadsheets. Sync data between Intercom and Microsoft Teams 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 ["Microsoft Teams"] A1(["Create Channel"]) 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 Microsoft Teams operate in isolation, support agents face significant challenges in tracking customer inquiries. For instance, when a customer submits a support ticket in Intercom, the details such as ticket ID, customer email, and issue description are not automatically relayed to the Teams channel. As a result, agents must manually copy this information into Teams, leading to potential errors and delayed responses. The support team wastes valuable time on redundant data entry, which could be better spent resolving customer issues.

Top Ways to Automate Intercom & Microsoft Teams

  • Real-Time Notifications: Instantly receive alerts in Microsoft Teams for new Intercom messages, ensuring your support team is always updated and can respond promptly to customer inquiries.
  • Centralized Communication: Automatically convert Intercom conversations into Microsoft Teams threads, allowing your team to collaborate and discuss customer issues in real-time without switching platforms.
  • Performance Insights: Generate automated reports that summarize Intercom interactions and share them directly in Microsoft Teams, enabling your team to analyze performance metrics and improve customer engagement strategies.

How to Build the Intercom → Microsoft Teams Sync

  1. In Intercom, navigate to the 'Webhooks' section and create a new webhook. Set the trigger to 'New Conversation' to capture incoming support tickets.
  2. Configure the webhook to send a POST request to your designated endpoint, e.g., https://yourserver.com/intercom-webhook. Ensure the payload includes the fields: id, customer.email, and message.body.
  3. On your server, implement an endpoint that listens for incoming POST requests from Intercom. Extract the necessary data from the payload: id, customer.email, and message.body.
  4. Next, format the extracted data into a message suitable for Teams. Use the Microsoft Teams REST API to send a message to a specific channel. The endpoint for posting a message is https://outlook.office.com/webhook/YOUR_WEBHOOK_URL. The payload should include the text: New Support Ticket: [Ticket ID: id] from [Email: customer.email] - [Message: message.body].
  5. Test the integration by creating a new conversation in Intercom and confirming that the message appears in the designated Teams channel.

Developer Warnings & API Gotchas

  • Ensure the data types match between Intercom and Teams; for example, the ticket ID in Intercom is a string, while Teams may require a specific format for IDs.
  • When parsing the JSON payload from Intercom, be cautious of null values in fields such as customer.email, as this could lead to incomplete messages in Teams.
  • Verify the correct channel ID in the Teams webhook URL; posting to the wrong channel can result in lost communication and confusion among team members.

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 Microsoft Teams Create Channel
  • When this happens in Intercom... Fetch Custom Actions
    Do this in Microsoft Teams Create Chat and Send Message
  • When this happens in Intercom... Lead Added Email
    Do this in Microsoft Teams Create One-on-One Chat
  • When this happens in Intercom... Lead Added Email (Legacy)
    Do this in Microsoft Teams Create Private Channel
  • When this happens in Intercom... Lead Converted to User
    Do this in Microsoft Teams Delete Chat 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 Microsoft Teams. Tell me about your current setup—what's the specific bottleneck you're trying to automate right now?