Module webhooks_api

Source

Enums§

AddWebhookError
struct for typed errors of method add_webhook
DeleteWebhookError
struct for typed errors of method delete_webhook
GetWebhooksError
struct for typed errors of method get_webhooks

Functions§

add_webhook
Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - event_action and event_object. E.g., use *.* for getting notifications about all events, added.deal for any newly added deals, deleted.persons for any deleted persons, etc. See <a href="https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference" target="_blank" rel="noopener noreferrer">the guide for Webhooks for more details.
delete_webhook
Deletes the specified Webhook.
get_webhooks
Returns data about all the Webhooks of a company.