create_webhook
Create a webhook to receive real-time Kommo events by providing an HTTPS URL and selecting subscriptions like add_lead or update_lead.
Instructions
Create a new webhook to receive real-time events from Kommo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | Yes | The HTTPS URL that will receive the webhook | |
| settings | Yes | Array of events to subscribe to (e.g. ['add_lead', 'update_lead', 'status_lead', 'add_contact']) |