This workflow follows the Google Sheets → HTTP Request 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": "Outreach - plantilla importable",
"nodes": [
{
"parameters": {
"triggerTimes": []
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
200
]
},
{
"parameters": {
"sheetId": "={{$env.GOOGLE_SHEETS_SHEET_ID}}",
"operation": "lookup",
"range": "Sheet1!A:I",
"options": {
"valueRenderOption": "FORMATTED_VALUE"
}
},
"name": "Google Sheets - Read Leads",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 1,
"position": [
450,
200
]
},
{
"parameters": {
"url": "https://api.anthropic.com/v1/complete",
"method": "POST",
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={\"model\":\"claude\",\"prompt\":\"{{$json.prompt}}\",\"max_tokens\":300}"
},
"name": "HTTP Request - Claude",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
650,
200
]
},
{
"parameters": {
"url": "http://localhost:8080/wa/sendMessage",
"method": "POST",
"jsonParameters": true,
"bodyParametersJson": "={\"to\":\"{{$json.telefono}}\",\"message\":\"{{$json.message}}\"}"
},
"name": "HTTP Request - Evolution",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
850,
200
]
},
{
"parameters": {
"sheetId": "={{$env.GOOGLE_SHEETS_SHEET_ID}}",
"operation": "update",
"range": "Sheet1!A:I",
"options": {}
},
"name": "Google Sheets - Update Lead",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 1,
"position": [
1050,
200
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Google Sheets - Read Leads",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets - Read Leads": {
"main": [
[
{
"node": "HTTP Request - Claude",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request - Claude": {
"main": [
[
{
"node": "HTTP Request - Evolution",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request - Evolution": {
"main": [
[
{
"node": "Google Sheets - Update Lead",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Outreach - plantilla importable. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/Naren15022005/Whatsapp-n8n---MCP-/blob/f29bdbf8ab4893ff0579978aba854de3da327713/n8n/workflows/outreach-workflow-importable.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 perfect for anyone who wants to automate lead generation using n8n without paying for expensive scraping tools. It uses simple Google Maps API requests and Google Sheets to pull busin
Outreach - plantilla básica. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.
Automatically detect when your champion contacts change companies and respond with intelligent, personalized AI outreach before your competitors do.
This n8n template transforms Upwork job postings into personalized Loom video outreach assets in under 60 seconds. Paste a job description and get a complete outreach package: video script, before/aft
⚠️ Heads up: this is satire. The "Hell Yeah!" workflow is a parody of "automate your whole life with AI agents" grindset content. The API endpoints are fictional and the function nodes are illustrativ