Intercom logo + Pipedrive logo

Automate Intercom & Pipedrive

Stop paying for mismatched spreadsheets. Sync data between Intercom and Pipedrive 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 ["Pipedrive"] A1(["Add Discount to Deal"]) 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 Pipedrive operate independently, customer support teams often face delays in updating lead statuses. For instance, when a support agent resolves a ticket in Intercom, they must manually enter that information into Pipedrive to update the lead's status. This process not only consumes valuable time but also introduces the risk of errors, such as incorrect status updates or missed follow-ups, ultimately impacting sales conversions. The sales team is left with outdated information, leading to ineffective outreach efforts and lost opportunities.

Top Ways to Automate Intercom & Pipedrive

  • Automated Lead Enrichment: Instantly sync leads from Intercom to Pipedrive, enriching your CRM with real-time customer interactions and insights, ensuring your sales team has the most up-to-date information at their fingertips.
  • Streamlined Follow-Up Tasks: Automatically create follow-up tasks in Pipedrive based on customer interactions in Intercom, ensuring no lead is overlooked and every opportunity is maximized.
  • Enhanced Customer Insights: Consolidate customer data from both platforms to generate comprehensive reports, allowing your teams to analyze behavior patterns and tailor their strategies for improved engagement and conversion rates.

How to Build the Intercom → Pipedrive Sync

  1. In Intercom, navigate to the 'Webhooks' section under 'Developer Settings' and create a new webhook.
  2. Set the webhook to trigger on the 'conversation.resolved' event, which indicates that a support ticket has been closed.
  3. Configure the webhook URL to point to your server endpoint that will handle the incoming data.
  4. In your server, listen for POST requests from Intercom. The incoming payload will include the 'conversation_id' and 'user_id'.
  5. Extract the 'user_id' and use it to query Pipedrive's API to find the corresponding lead. Use the endpoint: GET /v1/persons/find with the 'email' field from the Intercom payload.
  6. Once you have the lead's ID from Pipedrive, prepare the data for the update, including the new status.
  7. Make a POST request to Pipedrive's API using the endpoint: POST /v1/deals/{deal_id}/update to update the lead's status based on the resolved ticket.

Developer Warnings & API Gotchas

  • Ensure that the 'user_id' from Intercom correctly maps to the email field in Pipedrive; mismatches can lead to failed lookups.
  • Be cautious with the payload size from Intercom; if the conversation history is extensive, it may exceed Pipedrive's API limits.
  • Verify that the lead's status in Pipedrive reflects the correct pipeline stage; incorrect updates can disrupt sales processes.

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 Pipedrive Add Discount to Deal
  • When this happens in Intercom... Fetch Custom Actions
    Do this in Pipedrive Add Follower
  • When this happens in Intercom... Lead Added Email
    Do this in Pipedrive Add Label to Person
  • When this happens in Intercom... Lead Added Email (Legacy)
    Do this in Pipedrive Add Product Variation
  • When this happens in Intercom... Lead Converted to User
    Do this in Pipedrive Add Product to Deal

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