Update Webhook
update_webhookUpdate an existing webhook's configuration including URL, events, sources, and status using its UUID.
Instructions
Update a webhook by UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL | |
| name | Yes | Webhook display name | |
| uuid | Yes | Webhook UUID | |
| events | Yes | Event names | |
| secret | No | Optional HMAC secret | |
| status | No | Webhook active status | |
| payload | No | Whether to include payload details | |
| sources | Yes | Event sources (e.g. cms, api) | |
| description | No | Optional description | |
| collection_ids | No | Optional collection ID filter |