Automation integration

Connect your forms to n8n

N8

Add a Webhook node set to POST, copy its production URL into your form, and every submission arrives as the signed HelloForms envelope — ready for whatever the rest of your workflow does with it.

What the n8n integration does

  • Works with self-hosted n8n on your own domain, not just n8n cloud.
  • Signed envelope with an X-HelloForms-Signature header you can verify in the workflow.
  • Delivery log records the status n8n returned for each attempt.

What it looks like

The signed HelloForms envelope: form metadata, answers, and submission id.

HelloForms — response

Removals enquiry · #4821

Full name
Priya Raman
Email
priya@northgate.co
Service needed
Office move
Budget
£2,000 – £5,000

n8n — trigger fired

  1. 1Catch hook — HelloForms submission
  2. 2Your next step
{
  "full_name": "Priya Raman",
  "email": "priya@northgate.co",
  "service_needed": "Office move",
  "budget": "£2,000 – £5,000"
}
Demo data: a HelloForms response on the left, and how it arrives in n8n on the right.

How to connect n8n to your form

  1. 1

    In n8n, add a Webhook node set to POST and copy its production URL.

  2. 2

    Paste it below. Verify X-HelloForms-Signature in n8n if the workflow is public.

Who uses it

  • Teams self-hosting automation for data-residency or cost reasons.
  • Developers who prefer code nodes to a visual mapper.
  • Pipelines that enrich a submission before writing it to an internal database.

Build a form that feeds n8n today

Every destination is included on every plan — no per-integration add-ons.