Capture website leads into a Notion database

Step 1 of 12

01 / 12Webhook

Create the workflow and add a Webhook node

Create a new workflow, then add a Webhook node. Set the method to POST and give the path a name you will recognise.

n8n shows two URLs: a test URL that only listens while you are watching, and a production URL used when the workflow is active.

The n8n panel for: Create the workflow and add a Webhook node5 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 onYou can see both a Test URL and a Production URL on the node.
Webhook panel in n8nTap to enlarge
Workflow name
Website leads → Notion
HTTP Method
POST
Path
website-lead
Checkpoint
You can see both a Test URL and a Production URL on the node.