DeveloperPro

Send every submission to any endpoint you control

Per-form HTTP webhooks with authentication, delivery logs, and a built-in tester. Integrate form submissions with any system you can imagine.

What your endpoint receives

Every submission is delivered as the same predictable JSON payload, with authentication headers you control. Parse it once and build anything.

payload.json
{
  "event": "form.submitted",
  "timestamp": 1765094400,
  "data": {
    "submissionId": "f8a4c2e1-7b3d-4e9a-a1c5-2d8f6b0e4a7c",
    "formData": {
      "name": "Ada Lovelace",
      "email": "ada@example.com",
      "message": "Interested in the Pro plan."
    },
    "recipientEmail": "you@yourdomain.com",
    "replyTo": "ada@example.com"
  }
}

Why connect Webhooks

Authenticated delivery
Secure your endpoint with Bearer tokens, Basic auth, or custom headers. Your webhook, your rules.
Delivery logs and retries
Inspect every delivery attempt in your dashboard, so debugging an integration never means guessing.
Built-in webhook tester
Validate your endpoint with our free webhook tester tool before pointing production forms at it.
Consistent JSON payload
Every submission arrives as a predictable JSON payload, the same structure that powers all our integrations.

How it works

The short version. Exact steps, screenshots, and troubleshooting live in the docs.

Read the full setup guide
  1. Add a webhook URL in your form’s settings and choose an auth method.

  2. Each submission is delivered to your endpoint as a JSON payload.

  3. Review delivery logs and test deliveries from the dashboard.

  4. Build anything: custom CRMs, internal tools, data pipelines, and more.

Questions

What payload format do webhooks use?

Submissions are delivered as JSON with the form fields, metadata, and timestamps. The full payload structure is documented in the webhooks docs.

Can I secure my webhook endpoint?

Yes. Webhooks support Bearer token, Basic auth, and custom header authentication so only Static Forms can call your endpoint.

How do I debug failed webhook deliveries?

Every delivery attempt is logged in your dashboard with status and response details, and you can send test deliveries on demand. There is also a free webhook tester tool to validate your endpoint.

Which plan includes webhooks?

Webhooks are available on the Pro and Agency plans, with a free 14-day trial.

Connect Webhooks in minutes

Start with a free 14-day Pro trial. No credit card, no sales call, just a working endpoint and the integrations you came for.