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
- Configure a test endpoint.
- Enable webhook.
- Submit the live form.
- Confirm the JSON arrives.
- Verify the signature if used.
- Only then switch to the production endpoint.
Last updated August 19, 2026