Step 1
In n8n, create a workflow with a Webhook trigger node (HTTP method: POST). Copy the Production URL.
Integration · n8n
Send form submissions to n8n's self-hosted workflows.

splitforms connects your forms to n8n and moves every submission across the moment it's received — no manual export, no copy-paste.
Every submission is emailed to you and saved to a searchable dashboard, so the lead is captured even if n8n is unreachable.
Connecting n8n to your forms is included in your plan — no add-on charge and no per-message billing from splitforms.
Example: form markup
The form posts to https://splitforms.com/api/submit. The n8nrouting is configured in the splitforms dashboard against the form's access key — there's no client-side n8n-specific code in your HTML.
<form action="https://splitforms.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_SPLITFORMS_KEY" />
<input type="hidden" name="_route" value="n8n" />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send to n8n</button>
</form>How it works
Here's how to send form submissions to n8n in 5 steps — no code required, and most teams finish in a couple of minutes.
In n8n, create a workflow with a Webhook trigger node (HTTP method: POST). Copy the Production URL.
In splitforms, open your form’s Webhooks tab and paste the n8n webhook URL as the destination.
In n8n, add downstream nodes (Slack, Notion, Postgres, email, CRM) and map fields from the incoming JSON payload.
Submit a test form entry and confirm the workflow runs. If you use signature verification, validate the X-Splitforms-Signature header in an n8n Code node.
Turn the workflow on. From here on, every submission triggers your automation within seconds.
How teams use it
Trigger n8n workflows from splitforms via a signed outbound webhook. Point your form at splitforms, then forward each submission to an n8n Webhook trigger node for routing into Notion, Postgres, Slack, email tools, or any of n8n’s 400+ nodes. Prefer a plainer destination? The same form can also send form submissions to email or forward them to any webhook.

Why splitforms
n8n gives you Zapier-style automation without per-task pricing; splitforms feeds it with signed webhooks. splitforms is free for 500 submissions per month, $5/mo on Pro, or $59 for a 3-year plan (15,000 submissions/month, 36 months of access), with no per-integration add-on fees.

How SplitForms works
Connect your form, collect every submission, and send data where it needs to go — without building backend infrastructure.

Point your form to your unique SplitForms endpoint. That's it.

We instantly capture and organize every submission in your inbox.

Send data to email, spreadsheets, CRMs, webhooks, and 7,000+ apps.

No credit card required. Set up in under 60 seconds.
Connect & automate
SplitForms works with the destinations you route to and the platforms you build on — from Slack and Sheets to WordPress, Shopify, and Next.js.

Trusted by indie teams and agencies shipping forms worldwide
Testimonials
40 quotes on record — from indie hacks to agency migrations.
“I replaced a Lambda + DynamoDB + SES contact form with six lines of HTML. It took eleven minutes, and the dashboard is better than what I was going to build.”
“We migrated 14 client sites off Formspree in a single weekend. The price is a third of what we paid, the API is more honest, and the spam filter actually works.”
“The webhook payload is signed, idempotent, and well-shaped. It reads like code from a competent team, not a CRUD app held together with duct tape.”
“I stopped reaching for Typeform on small marketing sites. splitforms covers 90% of the use case at none of the bloat.”
“I onboarded our whole agency in an afternoon. The MCP integration meant Cursor literally dropped the form straight into our client repos for us.”
“The free plan gave me 500 submissions before I paid a cent, and Pro is five dollars a month. I've spent more on coffee deciding which backend to use.”
“Spam went from forty junk entries a day to zero, with no reCAPTCHA puzzle ruining the form. The honeypot and time-trap just quietly do their job.”
“Point the form action at one endpoint and you're done. No SDK, no client library, no build step. This is how a form backend should feel.”
“Leads land in Slack the second someone submits, and a copy goes to Google Sheets for the sales team. I wired both up in under ten minutes.”
“I run a static Hugo site on a five-dollar VPS. splitforms gave it a real contact form without me standing up a single server.”
Common questions
It’s a webhook integration. splitforms sends each submission as a signed JSON webhook request, and n8n receives it using its Webhook trigger node. There’s no OAuth app required — just paste the n8n webhook URL into splitforms.
Either works. Most teams self-host n8n (Docker/VPS) so the automation runs on their infrastructure. splitforms only needs the webhook URL to reach your n8n instance.
n8n receives a JSON body with the submission fields plus metadata (submission id, created_at, ip address, referrer). You can map these into downstream nodes directly in the workflow.
Yes. splitforms signs webhook payloads with HMAC-SHA256 and includes the signature in the X-Splitforms-Signature header. Verify it in an n8n Code node before processing.
The submission is still captured in the splitforms dashboard and delivered by email, so nothing is lost. A failed delivery is recorded as the webhook's last status in the dashboard rather than retried automatically — once your n8n endpoint recovers, new submissions flow again, and anything missed is still in the dashboard to act on.
Simple pricing
Choose a plan that fits your workflow — from a free form endpoint to full automations, exports, and higher submission limits.
Free forever
For side projects and indie devs.
For agencies and growing products.
Pay $59. 3 years sorted.
No credit card required on Free • Cancel anytime