AutomationFlowsData & Sheets › Send Emails from CSV Data

Send Emails from CSV Data

Original n8n title: N8n Workflow Fix

N8N Workflow Fix. Uses start, readCsv, emailSend. Manual trigger; 4 nodes.

Manual trigger★★☆☆☆ complexity4 nodesStartRead CsvEmail Send
Data & Sheets Trigger: Manual Nodes: 4 Complexity: ★★☆☆☆ Added:

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": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "id": "start"
    },
    {
      "parameters": {
        "filePath": "/home/ubuntu/produtividade_exemplo.csv",
        "options": {}
      },
      "name": "Read CSV",
      "type": "n8n-nodes-base.readCsv",
      "typeVersion": 1,
      "id": "readCsv",
      "executeOnce": false,
      "alwaysOutputData": true,
      "credentials": {}
    },
    {
      "parameters": {
        "values": [
          {
            "name": "total_horas",
            "value": "={{ $json.Horas_Dedicadas }}"
          }
        ],
        "options": {}
      },
      "name": "Set Produtividade",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "id": "setProdutividade",
      "executeOnce": false,
      "alwaysOutputData": true
    },
    {
      "parameters": {
        "from": "seu_email@exemplo.com",
        "to": "gestor@exemplo.com",
        "subject": "Relat\u00f3rio de Produtividade Di\u00e1ria",
        "text": "Ol\u00e1 Gestor,\n\nSegue o relat\u00f3rio de produtividade di\u00e1ria:\n\n{{ $json.Funcionario }} - {{ $json.Atividade }} ({{ $json.Horas_Dedicadas }} horas) - Status: {{ $json.Status }}\n\nAtenciosamente,\nSua Automa\u00e7\u00e3o n8n",
        "options": {}
      },
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "id": "sendEmail",
      "executeOnce": false,
      "alwaysOutputData": true,
      "credentials": {
        "smtp": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "start": [
      [
        "Read CSV"
      ]
    ],
    "Read CSV": [
      [
        "Set Produtividade"
      ]
    ],
    "Set Produtividade": [
      [
        "Send Email"
      ]
    ]
  }
}

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.

Pro

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

About this workflow

N8N Workflow Fix. Uses start, readCsv, emailSend. Manual trigger; 4 nodes.

Source: https://github.com/Flame-wtr/n8n/blob/823ede8c9f28b59ba646e174138d164c9c0077e6/n8n_workflow_fix.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

Mailcheck Airtable. Uses airtable, mailcheck. Manual trigger; 4 nodes.

Airtable, Mailcheck
Data & Sheets

A warm, reliable onboarding system for small businesses and studios. Captures a form submission via webhook, creates a Client record in Notion, sends a concierge-style welcome email (with scheduler +

Notion, Email Send, Telegram +4
Data & Sheets

Everyone organizing him/herself by using a notion database for tasks but losing track on some important tasks having a deadline. The weekly reminder helps you to not forget about your notion tasks. Th

Notion, Email Send, Pushover
Data & Sheets

This enterprise-grade n8n workflow automates the Pharmaceutical Raw Material COA Verification & Vendor Quality Scoring System — from upload to final reporting — using AI-powered document extraction, s

Airtable, Email Send
Data & Sheets

Plan a full week of scroll-stopping pins in under two minutes! 🚀

Notion, Email Send, Error Trigger