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
Types of events to receive
Available options:
FORM_RESPONSE
The ID of the form to create the webhook for
The URL to send webhook events to
Optional identifier for the external subscriber
Optional custom HTTP headers to include in webhook requests
Optional secret used to sign webhook payloads