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