Endpoint Examples
Subscribe to Webhook
Create webhook subscriptions for form events
POST
/
webhooks
Creates or updates a webhook subscription for receiving form events.
Need help finding your Form ID? Check out our guide on Locating Your Form ID.
Event Types
FORM_SUBMISSION
- Triggered when a form submission is receivedFORM_UPDATED
- Triggered when a form is updated
Notes
- If a webhook subscription already exists for the same form and target URL, the event types will be merged with existing ones
- Duplicate event types are automatically removed
- Only
FORM_SUBMISSION
andFORM_UPDATED
are valid event types - The webhook will be automatically activated upon creation
Authorizations
Body
application/json
The unique identifier of the form
The URL that will receive webhook events
Types of events to subscribe to
Available options:
FORM_SUBMISSION
, FORM_UPDATED