Update Webhook
update_webhookUpdate webhook settings by modifying only the fields you specify. Use this to change URL, events, active status, or secret without affecting other configuration.
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 |