Skip to main content

What are Webhooks?

Webhooks automatically send form data to a URL you specify whenever someone submits your form. This allows you to:
  • Sync data to your own database
  • Trigger custom workflows
  • Connect to apps without native integrations
  • Build custom automation

Setting Up a Webhook

Webhooks are available on the Pro plan and above.
1

Open Integrations

Go to Integrations in the dashboard sidebar
2

Open the Webhooks card

Click the Webhooks integration
3

Add Webhook

Click Add Webhook
4

Enter endpoint URL

Enter your endpoint URL and choose which forms it applies to
5

Configure options

Optionally set a signing secret and custom headers
6

Test it

Click Send Test to verify your endpoint receives a sample payload
Webhooks fire on the Form Submitted event (submission.created) whenever a matching form receives a submission.