All Providers
🚿

Pipedrive Webhooks

CRM & Sales

Pipedrive sends webhooks for deal stage changes, contact updates, activity completions, and note additions β€” making it easy to sync pipeline data to external tools.

Webhook Events

5 event types

added.deal

New deal created

updated.deal

Deal updated (stage, value, owner)

deleted.deal

Deal deleted

added.person

New person (contact) added

updated.person

Contact updated

Signature Verification

Header
X-Pipedrive-Signature
Method

HMAC-SHA256 of payload using client secret

View official docs

Sample Payload

added.deal

application/json
{
  "v": 1,
  "matches_filters": {
    "current": []
  },
  "meta": {
    "action": "added",
    "object": "deal",
    "id": 1,
    "company_id": 12345
  },
  "current": {
    "id": 1,
    "title": "Enterprise Deal",
    "value": 50000,
    "currency": "USD",
    "stage_id": 3,
    "status": "open",
    "owner_name": "Jane Doe"
  }
}

Send a Sample Pipedrive Payload

Pick an event, enter your endpoint URL (or localhost), and fire a realistic Pipedrive payload with one click β€” no Pipedrive account needed.

Test Sender

Loading samples…

No signup

Capture & Inspect Pipedrive Webhooks Live

Get a free public HTTPS endpoint below, point Pipedrive at it, and watch events arrive in real time. Use the forwarding rule to relay them straight to your local server.

Live demo β€” no signup required

See it work in real time

Click below to get a live webhook URL instantly. Paste it anywhere β€” Stripe, GitHub, Postman β€” and watch events arrive right here.

Expires in 1 hour Β· No account needed

Forward Pipedrive webhooks to localhost

  1. Click Create live endpoint above to get a public HTTPS URL
  2. Paste the URL into Pipedrive's webhook settings
  3. In the Forwarding tab, add a rule: target = http://localhost:3000/webhooks/pipedrive
  4. Fire a test event from Pipedrive β€” it arrives in the inspector and hits your local handler simultaneously

Ready to test your Pipedrive webhook handler?

Free HTTPS endpoint with forwarding, retry, and event replay. No install, no CLI, no deploy.

Create Free Account