Reply to every new lead within a minute

Step 1 of 12

01 / 12Webhook

Create the workflow and capture the lead

Create a new workflow and add a Webhook node set to POST. Copy the test URL into your form tool and submit one dummy lead so n8n can see the real shape of the data.

Your fields land under body in the JSON output.

The n8n panel for: Create the workflow and capture the lead5 things to set here
  1. 1Open the Webhook nodedouble-click it on the canvas
  2. 2Workflow namecopy the value below
  3. 3HTTP Methodcopy the value below
  4. 4Pathcopy the value below
  5. 5Check before moving onThe webhook output shows your dummy name, email and message.
Webhook panel in n8nTap to enlarge
Workflow name
Instant lead follow-up
HTTP Method
POST
Path
new-lead
Tip
Pin the captured output. You will re-test this workflow a dozen times while tuning the email wording.
Checkpoint
The webhook output shows your dummy name, email and message.