Update a webhook
Webhooks
Updating webhooks
Updates an existing webhook configuration.
PATCH
Update a webhook
Documentation Index
Fetch the complete documentation index at: https://developers.tally.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook to update
Body
application/json
The ID of the form the webhook is for
The URL to send webhook events to
Types of events to receive
Available options:
FORM_RESPONSE Whether the webhook is enabled
Optional secret used to sign webhook payloads
Optional custom HTTP headers to include in webhook requests
Response
Webhook updated successfully