Forms API
Subscribe to Form Events
Create a new webhook subscription for form events
POST
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
Response
200
application/json
Successfully subscribed to webhook
The response is of type object
.