Fire n8n workflows on every form submission.
Your automation runs on your own terms. Every submission fires your n8n workflows (self-hosted or on n8n Cloud) while the email and the stored record land as usual. Route it, enrich it, branch on it: the workflow is yours.
What reaches your n8n workflow.
Self-hosted or n8n Cloud
Point FormWire at your own n8n instance or at n8n Cloud — the same connection works either way, so where n8n runs stays your call.
Fields arrive as typed JSON
Each field lands as a JSON property your trigger node hands straight to the nodes downstream. No form-encoded body to parse.
Signed delivery you can verify
Every payload carries a signature your workflow checks before it acts, so only genuine FormWire submissions trigger a run.
Spam never spends an execution
Submissions are filtered before delivery, so bots can't burn your n8n execution runs or reach downstream nodes.
Wire FormWire to n8n in 3 steps.
Add a trigger in n8n
Drop a Webhook trigger node into your workflow (or the native FormWire trigger, if you're using it) and copy its URL. That URL is where submissions will arrive.
Paste the connection
From your form's Integrations tab, paste the n8n URL and save. FormWire starts delivering signed submissions to that endpoint.
Map the fields
Reference the submission's JSON fields in the nodes that follow: send an email, update a database, call an API. The workflow from there is yours.
n8n integration FAQ
Self-hosting, payloads and the details that matter.
Want a different destination?
All integrationsYour automation, on your own terms.
Paste your n8n URL once. Every submission fires the workflow you built, self-hosted or in the cloud.