Update Webhook
Webhooks (Real-Time)
Update Webhook
Update a webhook configuration
PUT
Update Webhook
Update the URL, events, or active status of an existing webhook.
Header Parameters
Your API key
Path Parameters
The unique identifier of the webhook to update
Body Parameters
New webhook URL. Must be a publicly accessible HTTPS endpoint.
New list of event types to listen for (e.g.
["message_received", "accepted_invitation"]).Set to
false to pause the webhook without deleting it.Response
Whether the update was successful
Notes
- Only the fields you include in the request body will be updated
- Setting
is_activetofalsedoes not stop monitoring — usePOST /v2/webhooks/{webhook_id}/stopfor that