Webhooks Integration

3 min read

How It Works

1

Add a webhook URL

In your form settings, enter the endpoint URL where you want WittyForm to send POST requests on each submission.

2

Configure delivery

Every submission posts the full form data as JSON. Optionally set custom headers or a signing secret.

3

Test and activate

Send a test payload to verify your endpoint receives data correctly, then activate the webhook.

Key Features

Real time delivery

Payloads are sent within seconds of form submission via HTTP POST.

JSON payload

Clean, structured JSON with all form fields, metadata, and timestamps.

Signing secret

Verify webhook authenticity with HMAC-SHA256 signature validation.

Custom headers

Add authorization headers, API keys, or custom headers to every request.

Retry logic

Failed deliveries are retried automatically with exponential backoff.

Multiple endpoints

Send the same form data to multiple webhook URLs simultaneously.

Use Cases

Custom backend

Send form data directly to your own API server for custom processing and storage.

Serverless functions

Trigger AWS Lambda, Vercel Functions, or Cloudflare Workers from form submissions.

Internal tools

Connect forms to internal dashboards and tools that accept webhook inputs.

Third party APIs

Send form data to any service that accepts incoming webhooks like Twilio, SendGrid, or PagerDuty.

Setup Guide

1

Open your form in the WittyForm editor and go to Settings, then Integrations.

2

Click "Webhooks" and enter your endpoint URL. Optionally configure headers and a signing secret.

3

Click "Send Test" to verify your endpoint receives the full form data as JSON.

4

Once the test succeeds, click "Save." Every submission will POST data to your endpoint.

$37 · paid once

Ready to Build Forms That Actually Convert?

Start free and keep the five forms for good, or pay once and unlock all of it — unlimited forms, ten team members, AI, CRM, white label and the API. No renewal, ever.

14-day money-backInstant accessNo subscription, ever
Webhook Integration for Form Data