Webhooks
Create a webhook
Creates a new webhook for a form to receive form events.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID of the form to create the webhook for
The URL to send webhook events to
Types of events to receive
Available options:
FORM_RESPONSE
Optional secret used to sign webhook payloads
Optional custom HTTP headers to include in webhook requests
Optional identifier for the external subscriber