Feed Pipedrive deals from your SalesCrew outbound

SalesCrew reaches Pipedrive via webhooks. A Zapier, Make or n8n flow turns each booked meeting into a person and a deal.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.

  • Via webhooks
  • Match on email
  • Your own database per client
app.salescrew.io/settings
Settings: MCP tokens, integrations and the audit log

The short answer

  • SalesCrew connects to Pipedrive via webhooks, with Zapier, Make or n8n in the middle. You choose the SalesCrew events, and the flow creates or updates Pipedrive persons, organizations and deals through Pipedrive's API.
  • Pipedrive stays the client's closing pipeline. The prospecting, the sequences, the sender pool and the suppression list stay in SalesCrew, in a database that belongs to that client alone.
  • Deliveries carry an HMAC SHA-256 signature, land in a delivery log, and retry with backoff. After 20 straight failures the webhook pauses until you fix the receiver and click Retry.

Mechanism

Which event triggers what, and where it lands in Pipedrive.

WhatMechanismDirectionObjectsStatus
Booked meetingmeeting.booked webhook, then a flow that creates a Pipedrive person and dealOutboundPersons, dealsAvailable
New qualified leadlead.created webhook, filtered in the flow before it reaches PipedriveOutboundPersons, organizationsAvailable
Stage mirrordeal.stage_changed webhook for deals that start in SalesCrewOutboundDealsAvailable
Pipedrive back to SalesCrewPipedrive webhook, then a post to a SalesCrew inbound webhookInboundLeadsAvailable
Agent-driven updatesMCP tools such as deal_update_stage and note_addInboundDeals, notesAvailable
Failure handlingDelivery log, backoff retries, replay with webhook_retryOutboundDeliveriesAvailable

SalesCrew mechanisms read from the SalesCrew integration table, September 2026. Pipedrive's REST API and Webhooks endpoint checked on developers.pipedrive.com, September 2026.

Setup

One flow per client pipeline, built in your automation tool.

  1. 1

    Start the flow with a webhook trigger

    Create it in Zapier, Make or n8n and copy the URL it gives you.

  2. 2

    Add the webhook in SalesCrew

    Settings → Webhooks → Add. Paste the URL and pick meeting.booked, plus any other event the client wants to see.

  3. 3

    Map to Pipedrive

    Send a test ping, then map event and data fields to a Pipedrive person, organization and deal. Look up the person by email first.

  4. 4

    Pick the pipeline and stage

    Decide where a booked meeting lands in the client's Pipedrive pipeline, so their sales team sees it on the right column.

  5. 5

    Add the return path if you need it

    Subscribe to a Pipedrive webhook for deal changes and post it to a SalesCrew inbound webhook with a default owner set.

Agree who owns each field

Two systems writing the same field is how a phone number flips back and forth every night. Write down which fields SalesCrew sends and which ones Pipedrive owns, and map only those.

Questions

How do SalesCrew leads get into Pipedrive?
Through an automation tool. SalesCrew posts a signed webhook on events such as meeting.booked, and a Zapier, Make or n8n flow turns it into a Pipedrive person and deal through Pipedrive's API.
Can Pipedrive send changes back?
Yes. Pipedrive documents a REST API with a Webhooks endpoint on developers.pipedrive.com. Subscribe to the change you care about, send it to your automation tool, and post it to a SalesCrew inbound webhook.
Why keep outbound out of the client's Pipedrive?
Volume and hygiene. Cold lists, bounces and opt-outs belong in the system that sends, where suppression is checked when the audience freezes and again at send time. Pipedrive then receives only people who replied or booked.
What does it cost to run this for several clients?
Each client gets their own SalesCrew instance on any tier: $299, $699 or $1,200 a month, with unlimited seats. The automation tool is billed by its own vendor.

Send Pipedrive only the leads that booked

Outbound and suppression in SalesCrew, closing in Pipedrive, one signed webhook between them.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.