Update webhook
update_webhookChange a webhook (PATCH /tenant-webhooks/{id}; write scope). Only the fields you pass change; pass at least one. rotateSecret: true issues a new signing secret, returned once in the response, and the old secret stops verifying immediately, so the receiving service must be updated at the same time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New public HTTPS endpoint. | |
| name | No | New label. | |
| events | No | Replaces the subscribed events. Events to receive: "notification.delivered", "notification.failed_terminal" (one per recipient), and "send.completed" (once per send, with status totals). | |
| enabled | No | false pauses deliveries without deleting the webhook. | |
| webhookId | Yes | The webhook id (UUID). | |
| rotateSecret | No | true rotates the signing secret (new secret returned once; old one invalid immediately). |