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 →
{
"nodes": [
{
"parameters": {
"path": "new-lead",
"method": "POST",
"responseMode": "onReceived",
"options": {}
},
"id": "Webhook",
"name": "New Lead Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"fromEmail": "your-email@example.com",
"toEmail": "receiver-email@example.com",
"subject": "New Lead Received",
"text": "You have a new lead:\n\nName: {{$json[\"name\"]}}\nEmail: {{$json[\"email\"]}}\nPhone: {{$json[\"phone\"]}}\nInterest: {{$json[\"interest\"]}}"
},
"id": "SendEmail",
"name": "Send Notification",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"New Lead Webhook": {
"main": [
[
{
"node": "Send Notification",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"name": "Lead Notification Workflow"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
smtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Lead Notification Workflow. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/vignatha123/lead-generation-system/blob/9ab39dd82e60ecddb8c05e576ded4ab4a01b8ecb/n8n/lead-workflow.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.
This workflow is designed to manage the assignment and validation of unique QR code coupons within a lead generation system with SuiteCRM.
This n8n workflow automates the generation of personalized marketing content for events, including emails, social media posts, and advertisements. Leveraging AI, it tailors content based on event deta
Automatically capture, qualify, and follow up with open house visitors in real-time
TechSavvy Hawaii — Main Lead Intake. Uses airtable, emailSend, httpRequest. Webhook trigger; 9 nodes.
Speed To Lead. Uses httpRequest, googleSheets, telegram, telegramTrigger. Webhook trigger; 5 nodes.