AutomationFlowsSlack & Telegram › Automated Outreach with Google Sheets

Automated Outreach with Google Sheets

Original n8n title: Outreach - Plantilla Básica

Outreach - plantilla básica. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★☆☆☆ complexity5 nodesGoogle SheetsHTTP Request
Slack & Telegram Trigger: Cron / scheduled Nodes: 5 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "name": "Outreach - plantilla b\u00e1sica",
  "nodes": [
    {
      "parameters": {
        "triggerTimes": [],
        "options": {}
      },
      "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": {}
      },
      "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,
        "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": {}
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Outreach - plantilla básica. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.

Source: https://github.com/Naren15022005/Whatsapp-n8n---MCP-/blob/f29bdbf8ab4893ff0579978aba854de3da327713/n8n/workflows/outreach-workflow.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

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

Google Sheets, Telegram, N8N Nodes Rapiwa +2
Slack & Telegram

Outreach - plantilla importable. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.

Google Sheets, HTTP Request
Slack & Telegram

Automatically detect when your champion contacts change companies and respond with intelligent, personalized AI outreach before your competitors do.

Google Sheets, @Exploriumai/N8N Nodes Explorium Ai, HTTP Request +1
Slack & Telegram

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

Form Trigger, HTTP Request, Google Docs +2
Slack & Telegram

n8n Community Topic Tracker by Keyword. Uses googleSheets, scheduleTrigger, stickyNote, splitOut. Scheduled trigger; 10 nodes.

Google Sheets, HTTP Request, Google Sheets Trigger +2