Webhooks
Update Webhook
Update an existing webhook’s configuration.
PUT
Update a webhook’s events, URL, enabled state, or delivery settings. Only the fields you send are changed.
Authentication
Webhooks are an org-level resource, so this endpoint uses API-key auth.Your Refold API key. Find it in Settings → Credentials.
Path Parameters
The webhook ID to update.
Body Parameters
Replacement list of subscribed events.
New delivery URL (
^https?://).Enable or disable the webhook.
Payload format:
default, slack, or custom.Delivery method:
POST, PUT, or PATCH.Custom delivery headers.
Custom payload template.
Restricted workflow IDs.
Response
- 200 OK
- 400 Not Found
Returns the updated webhook object.