Cold-E-Mail-Erreichbarkeit: Gmail und Google Sheets-Statusverfolgung
Fortgeschritten
Dies ist ein Marketing-Bereich Automatisierungsworkflow mit 6 Nodes. Hauptsächlich werden Gmail, GoogleSheets, SplitInBatches, ScheduleTrigger und andere Nodes verwendet. Cold-E-Mail-Kontaktverfolgung mit Gmail und Google Sheets-Status-Tracking
Voraussetzungen
- •Google-Konto + Gmail API-Anmeldedaten
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (6)
Kategorie
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
"meta": {
"instanceId": "fae057ee2d891478d0c2072cd4fb64f7da69a0dd189c9cf4fd08c30e50dba628",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e",
"name": "Zeitplan-Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-40,
40
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 14
}
]
}
},
"typeVersion": 1.2
},
{
"id": "bbc2f2fe-8f33-4a92-80ab-408655000baa",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-200
],
"parameters": {
"width": 1220,
"height": 480,
"content": "## Cold Email Outreach with Gmail and Google Sheets Status Tracking\nThis workflow runs daily at 2 PM, fetches leads from the Google Sheet who haven't received an email yet, sends a personalized outreach message via Gmail, then updates their status in the sheet to \"yes\" for \"Is Email Sent\"."
},
"typeVersion": 1
},
{
"id": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"name": "Batch Processing of Leads",
"type": "n8n-nodes-base.splitInBatches",
"position": [
400,
40
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
"name": "Send Personalized E-Mail",
"type": "n8n-nodes-base.gmail",
"position": [
680,
-60
],
"webhookId": "ad8c804e-857d-4a94-b722-65b0776f1d10",
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "=Hello {{ $json.Name || $json['WF Full Name (metadata)'] }},\n\nI’m a software developer and automation expert. I work with businesses and individuals to build websites, mobile apps, and powerful digital solutions that help save time and grow online.\n\nI offer a range of services including:\n- Website & App Development\n- SEO & Digital Marketing\n- Business Process Automation\n\nIf you’re looking to start a new project or improve your current setup, I’d love to connect and see how I can help.\n\nAre you interested in discussing any of these services?\n\nBest regards,\nSoftware Developer | Automation Expert",
"options": {
"senderName": "Developer",
"appendAttribution": false
},
"subject": "Need Help with Your Website, App, or Online Growth?",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "REDACTED",
"name": "REDACTED_GMAIL_CREDENTIAL"
}
},
"typeVersion": 2.1
},
{
"id": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"name": "Fetch Leads",
"type": "n8n-nodes-base.googleSheets",
"position": [
180,
40
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "Is Email Sent"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
},
{
"id": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"name": "Update Lead Status",
"type": "n8n-nodes-base.googleSheets",
"position": [
880,
40
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $('Batch Processing of Leads').item.json.Email }}",
"Is Email Sent": "yes"
},
"schema": [
{
"id": "Email",
"type": "string",
"display": true
},
{
"id": "Is Email Sent",
"type": "string",
"display": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Email"
]
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
}
],
"pinData": {},
"connections": {
"ae48ba04-d428-4aa3-9212-fb49af92c7ae": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"type": "main",
"index": 0
}
]
]
},
"62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"Send Personalized Email": {
"main": [
[
{
"node": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"type": "main",
"index": 0
}
]
]
},
"166afe50-aa7b-4e46-8ebc-bd964d670e34": {
"main": [
[],
[
{
"node": "Send Personalized Email",
"type": "main",
"index": 0
}
]
]
}
}
}Häufig gestellte Fragen
Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Marketing
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Automatisierte Genehmigung von LinkedIn-Beiträgen mit Claude AI, DALL-E-Bildern und Google Sheets
Automatisierte Genehmigung von LinkedIn-Posts mit Claude AI, DALL-E Bildern und Google Sheets
Set
Code
Wait
+
Set
Code
Wait
28 NodesUsman Liaqat
Künstliche Intelligenz
Automisierter News-to-Newsletter AI-Agent v13
KI-Nachrichtenforschungsteam: 24/7-Newsletter-Automatisierung mit Perplexity-Zitaten
Set
Code
Gmail
+
Set
Code
Gmail
37 NodesDerek Cheung
Produkt
Automatisierung der Veröffentlichung von RSS-Inhalten als Blogbeiträge mit GPT-4o, WordPress und LinkedIn
Automatisierung der Veröffentlichung von RSS-Inhalten als Blogartikel auf WordPress und LinkedIn durch KI
If
Set
Code
+
If
Set
Code
40 NodesImmanuel
Künstliche Intelligenz
Cold-Email-Outreach mit Gmail
Automatisierte Kalt-E-Mail-Outreach mit Gmail und Google Sheets
Gmail
Google Sheets
Split In Batches
+
Gmail
Google Sheets
Split In Batches
6 NodesRahul Joshi
Marketing
Automatisierte tägliche Kundenrückgewinnungsaktionen mit AI-Angeboten
Automatisierte tägliche Kunden-Winnback-Aktion mit AI-Angebot
If
Set
Gmail
+
If
Set
Gmail
17 NodesOnur
Support
BrightData-Wochenvergleich
Automatisierte Website-Änderungsüberwachung mit Bright Data, GPT-4.1 und Google Workspace
If
Set
Code
+
If
Set
Code
35 NodesDaniel Shashko
Künstliche Intelligenz
Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes6
Kategorie1
Node-Typen5
Autor
Externe Links
Auf n8n.io ansehen →
Diesen Workflow teilen