Updates an existing webhook subscription with new configuration.
API token for authentication
The ID of the workspace
"ws_1234567890"
The ID of the subscription to update
"whsub_a1b2c3d4e5f6"
Updated name
"Production Webhook Updated"
Updated URL
"https://api.example.com/webhooks/notifuse/v2"
Updated list of event types
[
"contact.created",
"contact.updated",
"contact.deleted"
]Optional filters for custom_event.* event types
Whether the subscription is enabled
true
Webhook subscription updated successfully
A webhook subscription that receives HTTP callbacks when events occur