AutomationFlowsMarketing & Ads › Workflow Lead Summary

Workflow Lead Summary

Workflow-Lead-Summary. Uses googleSheets, emailSend. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesGoogle SheetsEmail Send
Marketing & Ads Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Emailsend → Google Sheets 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
{
  "nodes": [
    {
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 9,
              "minute": 0
            }
          ]
        }
      },
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "operation": "read",
        "sheetId": "YOUR_SHEET_ID",
        "range": "Leads!A1:D100"
      },
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 2,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "fromEmail": "noreply@example.com",
        "toEmail": "admin@example.com",
        "subject": "Daily Lead Summary",
        "text": "Total Leads: {{$json.length}}"
      },
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        800,
        300
      ]
    }
  ],
  "connections": {
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Workflow-Lead-Summary. Uses googleSheets, emailSend. Scheduled trigger; 3 nodes.

Source: https://github.com/Rumman90/n8n-workflows/blob/main/workflows/workflow-lead-summary.json — original creator credit. Request a take-down →

More Marketing & Ads workflows → · Browse all categories →

Related workflows

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

Marketing & Ads

Automate personalized email campaigns using a Google Sheets contact list, a Google Docs template, and SMTP delivery. Google Docs is used as the email template with variables: , , , . Google Sheet cont

Google Sheets, Google Docs, Email Send
Marketing & Ads

SMS+Mail Campaña - WF2 Envio Mail (30 min despues del SMS). Uses googleSheets, readWriteFile, emailSend. Scheduled trigger; 18 nodes.

Google Sheets, Read Write File, Email Send
Marketing & Ads

Automatización de Email Marketing. Uses googleSheets, emailSend. Scheduled trigger; 4 nodes.

Google Sheets, Email Send
Marketing & Ads

Googlesheets Workflow. Uses googleSheets, mautic, stopAndError. Scheduled trigger; 5 nodes.

Google Sheets, Mautic, Stop And Error
Marketing & Ads

Weekly Campaign Metrics → Slack. Uses googleSheets, slack. Scheduled trigger; 4 nodes.

Google Sheets, Slack