DocumentationDoorFall FormsEmail & Integrations

Webhooks

Send submission.created JSON events to another application.

Send webhook after submission

Enable this on a form when another system should receive new submission data.

Webhook URL

Enter the full endpoint URL.

HTTPS is recommended.

Signing secret

Optional shared secret used to sign the outgoing webhook.

Configure the same secret in the receiving application.

DoorFall sends the signature in:

X-DoorFall-Signature

Event

The webhook event type is:

submission.created

Failure behavior

Webhook failure is logged but does not cancel an otherwise successful visitor submission.

Recommended testing

  1. Configure a test endpoint.
  2. Enable webhook.
  3. Submit the live form.
  4. Confirm the JSON arrives.
  5. Verify the signature if used.
  6. Only then switch to the production endpoint.
Last updated August 19, 2026