Update Webhook
update_webhookUpdate an existing webhook by providing its ID and a new callback URL. Optionally update the events list and description.
Instructions
Update an existing webhook. This replaces the webhook config, so callbackUrl must always be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Updated array of event types | |
| webhookId | Yes | Unique identifier of the webhook | |
| callbackUrl | Yes | HTTPS endpoint URL to receive webhook payloads | |
| description | No | Optional description for the webhook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |