Webhooks for Application

Hi Experts,
I am going to create a public application in the Pipedrive marketplace to get the data from various Pipedrive using applications.
How to create webhooks for my application?
Please explain how it’s working? if I install that application in one domain automatically webhooks also created or should I need to create a webhook for each domain using an access token?

Hi @Packia_Raj

Here is our Webhooks documentation it should cover a lot of Webhooks related questions https://pipedrive.readme.io/docs/guide-for-webhooks.

As for your questions:

How to create webhooks for my application?

https://developers.pipedrive.com/docs/api/v1/#!/Webhooks/addWebhook

should I need to create a webhook for each domain using an access token?

It’s up to your app, but Webhooks are isolated within one company. Meaning a webhook created by an app in one company will not be triggered when something happens in some other Pipedrive company.

Hope it helps, and Webhooks documentation will cover rest of the open questions.

2 Likes

Thank you, got your point.