Developers
Webhooks API
Our Webhooks API instantly delivers each new submission to your specified endpoint URL or any compatible web application.
Create webhook
Request
Headers
Bearer <token>
Your personal token.
Parameters
The ID of the form to attach the webhook to.
Body
The destination URL that will receive POST payloads when a form is submitted.
Response
The ID for the newly created webhook.
The URL you provided for receiving webhook events.
The form ID this webhook is associated with.
Delete webhook
DELETE https://api.weavely.ai/v1/{{formId}}/webhooks/{{webhookId}}
Request
Headers
Bearer <token>
Your personal token.
Parameters
The ID of the form where the webhook is registered.
The ID of the webhook to delete.
Response
None