pipedrive_webhooks_create
Set up webhook subscriptions to receive real-time notifications for Pipedrive events like deal changes or person updates. Requires explicit 'YES' confirmation for activation.
Instructions
Create a webhook subscription. Requires confirm: "YES". Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_url | Yes | URL to receive webhook events | |
| event_action | Yes | Action that triggers the webhook | |
| event_object | Yes | Object type that triggers the webhook | |
| confirm | Yes | Must be exactly "YES" to confirm | |
| dry_run | No | ||
| user_id | No | ||
| http_auth_user | No | ||
| http_auth_password | No | ||
| version | No | 2.0 |