This workflow follows the Chainllm → Emailsend recipe pattern — see all workflows that pair these two integrations.
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": "My workflow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "newlead",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
],
"id": "aa02ebfc-1966-4629-b47e-cef3b81fe38e",
"name": "Webhook"
},
{
"parameters": {
"fromEmail": "anjurushirisha@gmail.com",
"toEmail": "sirivennelasirivennel@gmail.com",
"subject": "=New Lead from {{$json.body.name}}",
"emailFormat": "both",
"text": "=New Lead Received\n\nName: {{$json.body.name}}\nEmail: {{$json.body.email}}\nCompany: {{$json.body.company}}\nMessage: {{$json.body.message}}\n",
"html": "=<h2>New Lead Received</h2>\n<p><strong>Name:</strong> {{$json.body.name}}</p>\n<p><strong>Email:</strong> {{$json.body.email}}</p>\n<p><strong>Company:</strong> {{$json.body.company}}</p>\n<p><strong>Message:</strong> {{$json.body.message}}</p>\n",
"options": {}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
220,
0
],
"id": "172fe7a9-9763-484a-821e-0cf5ff3410fd",
"name": "Send Email",
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "6300bab2-5bee-4816-86cd-22297224dc19",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "xVGwKuJyNoSCUuRq",
"tags": []
}
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.
anthropicApigoogleSheetsOAuth2Apismtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Lead-Workflow. Uses googleSheets, emailSend, lmChatAnthropic, chainLlm. Webhook trigger; 12 nodes.
Source: https://github.com/Bantaaa/Communik-via-IA/blob/accd48b7b5b0337492abc845762a9a7e1b453dc4/n8n-workflows/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.
Stop treating document review as a manual task. Let AI extract, classify, and route every contract, invoice, and NDA automatically.
This n8n workflow orchestrates a powerful suite of AI Agents and automations to manage and optimize various aspects of an e-commerce operation, particularly for platforms like Shopify. It leverages La
Tired of grinding out YouTube content? This n8n workflow turns AI into your personal video factory—creating engaging, faceless shorts on autopilot. Perfect for creators, marketers, or side-hustlers lo
Faceless YouTube Generator. Uses httpRequest, limit, googleDrive, googleSheets. Webhook trigger; 49 nodes.
This workflow turns a spreadsheet row into a fully formatted, media-rich WordPress article. It pulls the outline and brand context from Google Sheets/Docs, drafts the article with Anthropic or Gemini,