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 →
{
"nodes": [
{
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 9,
"minute": 0,
"weekday": "Monday"
}
]
}
},
"name": "Weekly Trigger",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"operation": "read",
"sheetId": "YOUR_SHEET_ID",
"range": "Metrics!A1:D100"
},
"name": "Read Metrics",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 2,
"position": [
500,
300
]
},
{
"parameters": {
"functionCode": "const rows = $items.map(item => item.json); const lines = rows.map(row => `${row.metric || row.Metric}: ${row.value || row.Value}`).join('\\n'); return [{ json: { report: lines || 'No metrics found.' } }];"
},
"name": "Build Report",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
800,
300
]
},
{
"parameters": {
"fromEmail": "reports@example.com",
"toEmail": "team@example.com",
"subject": "Weekly Metrics Report",
"text": "Here is this week's metrics report:\n\n{{$json.report}}"
},
"name": "Send Report",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
1100,
300
]
}
],
"connections": {
"Weekly Trigger": {
"main": [
[
{
"node": "Read Metrics",
"type": "main",
"index": 0
}
]
]
},
"Read Metrics": {
"main": [
[
{
"node": "Build Report",
"type": "main",
"index": 0
}
]
]
},
"Build Report": {
"main": [
[
{
"node": "Send Report",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Workflow-Weekly-Report-Email. Uses googleSheets, emailSend. Scheduled trigger; 4 nodes.
Source: https://github.com/Rumman90/n8n-workflows/blob/main/workflows/workflow-weekly-report-email.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.
Security teams, DevOps engineers, vulnerability analysts, and automation builders who want to eliminate repetitive Nessus scan parsing, AI-based risk triage, and manual reporting. Designed for orgs fo
This workflow fully automates the reconciliation process between your Local Database transactions and Payment Gateway transactions. It compares both data sources, identifies mismatches, categorizes di
This n8n workflow automatically finds apartments for rent in Germany, filters them by your city, rent budget, and number of rooms, and applies to them via email. Each application includes: A personali
👤 Who it’s for Blue Team leads, CISOs, and SOC managers who want automated visibility into threat metrics, endpoint alerts, and response actions — without needing a full SIEM or BI platform.
Workflow Overview Zoom Attendance Evaluator with Follow-up is an n8n automation workflow that automatically evaluates Zoom meeting attendance and sends follow-up emails to no-shows and early leavers w