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