Create Webhook Integration
Add a new webhook integration to send form submissions to an external endpoint.Authentication & Scope
This endpoint requires a Personal Access Token with themanage-integrations ability.
Request
The ID of the form to which the webhook will be added.
Must be set to
"webhook" for webhook integrations.The initial status of the webhook. Allowed values:
"active" (default), "inactive".Configuration object containing webhook details.
Response
200 OK – Webhook created successfully.
403 Forbidden – The token does not have manage-integrations ability or insufficient form permissions.
404 Not Found – Form not found.
422 Unprocessable Entity – Validation error (e.g., invalid webhook URL).
Authorizations
Personal Access Token
Path Parameters
The ID of the form.
Body
application/json