Submissions go where you work.
A form backend shouldn't stop at your inbox. Every FormWire integration is a per-form toggle: submissions are stored first, then fanned out to the destinations you switch on: no glue code, no middleware.
Store first, then fan out.
- Step 01
Submission lands
Every POST is stored durably before anything else happens, so an integration hiccup can never lose the submission itself.
- Step 02
You toggle destinations
Each form has its own Integrations tab. Switch on a destination, paste its endpoint or connect it, and choose which submissions it receives.
- Step 03
Delivery you can see
Each destination gets its own delivery attempt with retries, and the dashboard shows per-submission status: delivered, retrying, or failed.
Every destination, native.
Connected from your form's Integrations tab in a few clicks. No Zapier, no middleware. Signed webhooks cover anything else with an endpoint.
Delivered to your verified inbox, with retries.
A signed POST to any endpoint you control.
Messages into the channel your team watches.
Each submission appended as a new row.
Fan out to thousands of apps.
Submissions into your community server.
Start scenarios from every submission.
Trigger workflows on each submission.
A record in your base per submission.
Each submission into a Notion database.
Integration questions
Almost always, via webhooks: FormWire sends a signed HTTP POST with the submission JSON to any endpoint you control, so you can forward submissions to a CRM, a database, or an automation platform today. No native integration required.
No, they're additional destinations. You always keep the email delivery and the stored dashboard record; integrations are extra places the submission lands.
Every webhook is signed: the x-form-signature header carries an HMAC of the payload using your per-integration secret, so your endpoint can verify authenticity before trusting the data.
The submission is already stored before delivery is attempted, and delivery retries with backoff. Nothing is lost. The record stays in your dashboard regardless of what your endpoint does.
Want a destination we haven't listed?
Tell usConnect your first integration.
Free tier forever. No credit card required.