The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "LeadFlow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "lead-intake",
"responseMode": "onReceived",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://api:8000/score-lead",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Internal-Token",
"value": "={{ $env.API_INTERNAL_TOKEN }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "lead_id",
"value": "={{$json.body.lead_id}}"
},
{
"name": "name",
"value": "={{$json.body.name}}"
},
{
"name": "email",
"value": "={{$json.body.email}}"
},
{
"name": "company",
"value": "={{$json.body.company}}"
},
{
"name": "budget",
"value": "={{$json.body.budget}}"
},
{
"name": "message",
"value": "={{$json.body.message}}"
},
{
"name": "source",
"value": "={{$json.body.source}}"
}
]
},
"options": {}
},
"name": "Score Lead API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Score Lead API",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LeadFlow. Uses httpRequest. Webhook trigger; 2 nodes.
Source: https://github.com/MaxSaiets/leadflow/blob/60487a203b81234ce250173667e6b3c931919fb8/workflows/lead-flow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
01 — Lead z formularza → CRM → e-mail powitalny (klinweb.pl). Uses httpRequest, gmail. Webhook trigger; 7 nodes.
Speed To Lead. Uses httpRequest, googleSheets, telegram, telegramTrigger. Webhook trigger; 5 nodes.
Forgexe - Contact Formulier. Uses googleSheets, httpRequest. Webhook trigger; 5 nodes.
Forgexe - Scan Wizard Lead. Uses googleSheets, httpRequest. Webhook trigger; 5 nodes.
Clean Lead Pipeline. Uses httpRequest, postgres. Webhook trigger; 5 nodes.