Hi,
I have a webhook that will send information to an end point when its updated but i dont want this happen when the item updated by API is that possible? also is it possible to add webhooks to custom fileds so the webhook only fire when a particular field is changed
Thanks
Unfortunately that’s not possible.
You can see all possibilities via Webhooks here: https://pipedrive.readme.io/docs/list-of-webhooks
1 Like
Hi here,
It seems I’m having the same problem, i.e. I implemented a bidirectional integration based on API and webhooks. The problem is that when I call the API to update a Deal/Person/Organization in PipeDrive I get immediately a notification via webhook something changed, and I’d need to skip this double update on “my side”. Is there any best practice to deal with this?
Thanks in advance
Their go-to is to receive the webhook, then check the meta.change_source field is not “app”, and if it isn’t ignore it.