create_webhook_subscription
Subscribe to changes on selected MyCase resources by specifying a model type, a callback URL, and actions (created, updated, deleted) to trigger notifications.
Instructions
Create a webhook. model: resource type (case|client|company|event|lead|message). actions: comma-separated list of created|updated|deleted (e.g. 'created,updated').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| model | Yes | ||
| actions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |