Update Webhook
update_webhookModify existing webhook settings by updating only the provided fields. Change URL, active status, events, or secret.
Instructions
Update an existing webhook configuration using PATCH semantics. Only provided fields change. Example: id='abc123', active=false to disable a webhook. / Actualiza la configuracion de un webhook. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID / ID del webhook | |
| url | No | Endpoint URL / URL | |
| active | No | Active / Activo | |
| events | No | Events / Eventos | |
| secret | No | Signing secret / Secreto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| active | No | ||
| events | Yes | ||
| secret | No | ||
| createdAt | No | ||
| updatedAt | No |