Set up and manage Pipedrive webhooks using the current API

domain: pipedrive.readme.io · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. POST to /v1/webhooks with a JSON body specifying subscription_url (your HTTPS endpoint), event_action (e.g., updated, added, deleted, all), and event_object (e.g., deal, person, organization, all)
  2. The response returns the webhook id — store it to manage or delete the webhook later
  3. Pipedrive sends HTTP POST requests to your subscription_url when matching events occur; respond with HTTP 200 within the timeout window to acknowledge
  4. List existing webhooks with GET /v1/webhooks; delete one with DELETE /v1/webhooks/{id}
  5. Each webhook payload contains a meta block with the event and action, and a current block with the updated object state

Known gotchas

Related routes

Set up a Pipedrive webhook to trigger an external automation on deal stage changes
pipedrive.readme.io · 6 steps · unrated
Manage deals in Pipedrive via API
pipedrive.com · 4 steps · unrated
Trigger a Spinnaker pipeline execution via webhook
spinnaker.io/docs · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp