Hi, I want to know if there is any official document that shows the data structure that a webhook sends to an endpoint for each action (add, update and delete). I am using v1 of webhooks.
Thank you
Hi G2R,
Webhooks request format is described in general in Pipedrive’s Guide for Webhooks. The data format for current
and previous
fields should conform to the usual data fields used by the respective entity and they are documented in the general API documentation. You can check e.g. the response format of GET /v1/deals/:id
Hope this helps
David