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 →
{
"name": "Automatizaci\u00f3n de Email Marketing",
"nodes": [
{
"id": "1",
"name": "Schedule",
"type": "n8n-nodes-base.cron",
"position": [
100,
300
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyWeek",
"dayOfWeek": 1,
"hour": 9,
"minute": 0
}
]
}
}
},
{
"id": "2",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
300,
300
],
"parameters": {
"operation": "read",
"sheetName": "Suscriptores",
"range": "A:D"
}
},
{
"id": "3",
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
500,
300
],
"parameters": {
"functionCode": "// Personalizar los datos para cada suscriptor\nfor (const item of items) {\n item.json.personalizacion = `Hola ${item.json.nombre}, te enviamos las \u00faltimas novedades sobre IA.`;\n}\nreturn items;"
}
},
{
"id": "4",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"position": [
700,
300
],
"parameters": {
"to": "={{ $json[\"email\"] }}",
"subject": "Novedades semanales de IA",
"text": "={{ $json[\"personalizacion\"] }}\n\nDescubre los \u00faltimos avances en inteligencia artificial."
}
}
],
"connections": {
"Schedule": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Function",
"type": "main",
"index": 0
}
]
]
},
"Function": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Automatización de Email Marketing. Uses googleSheets, emailSend. Scheduled trigger; 4 nodes.
Source: https://github.com/cristianbm-hub/elproyectoia_landing/blob/68766838f037aa9f97ca3fb237bbea5127c90bce/public/workflows/email-marketing.txt — 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.
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
Workflow-Lead-Summary. Uses googleSheets, emailSend. Scheduled trigger; 3 nodes.
This workflow runs on scheduled weekly and monthly triggers to generate unified marketing performance reports. It processes multiple websites by collecting analytics data, paid ads performance, and CR
Goal: Get Reddit posts from specific subreddits, filter those mentioning freelance/gigs and n8n, extract top-level comments, remove mod replies, and store everything into Google Sheets.
This workflow is designed to manage the assignment and validation of unique QR code coupons within a lead generation system with SuiteCRM.