Pipedrive Webhooks
CRM & SalesPipedrive 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.dealNew deal created
updated.dealDeal updated (stage, value, owner)
deleted.dealDeal deleted
added.personNew person (contact) added
updated.personContact updated
Signature Verification
X-Pipedrive-SignatureHMAC-SHA256 of payload using client secret
Sample Payload
added.deal
{
"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β¦
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.
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
- Click Create live endpoint above to get a public HTTPS URL
- Paste the URL into Pipedrive's webhook settings
- In the Forwarding tab, add a rule: target =
http://localhost:3000/webhooks/pipedrive - 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