Webhooks
Update a webhook
Updates an existing webhook configuration.
PATCH
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
Types of events to receive
Available options:
FORM_RESPONSE
The ID of the form the webhook is for
Whether the webhook is enabled
The URL to send webhook events to
Optional custom HTTP headers to include in webhook requests
Optional secret used to sign webhook payloads