Automatisierung des Verkaufs digitaler Produkte und SaaS mit KI (GPT-4o)
Experte
Dies ist ein Sales, AI-Bereich Automatisierungsworkflow mit 34 Nodes. Hauptsächlich werden If, Code, Wait, Gmail, Filter und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. Ver automatisierte Digitale Produkte und SaaS-Verkäufe mit KI (GPT-4o)
Voraussetzungen
- •Google-Konto + Gmail API-Anmeldedaten
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •OpenAI API Key
Verwendete Nodes (34)
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": "4786bf0f18c0e8e92c361de5a158cabf4eb0bb3b9c113091b054ff26e359a029"
},
"nodes": [
{
"id": "f6a98207-f368-4289-813e-6ee4360a0955",
"name": "Extract URLs from Google Search",
"type": "n8n-nodes-base.code",
"position": [
1240,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4d7629fc-eb31-4bd4-a42b-ef859114acf1",
"name": "Remove Duplicate URLs",
"type": "n8n-nodes-base.removeDuplicates",
"onError": "continueErrorOutput",
"position": [
2120,
180
],
"parameters": {},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "b2bf88bf-f17c-479a-bc78-2a9fd9b24995",
"name": "Remove Duplicate E-Mails",
"type": "n8n-nodes-base.removeDuplicates",
"onError": "continueErrorOutput",
"position": [
2000,
1180
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "6d39ba82-e656-4caa-82bb-fb3b30e8c882",
"name": "Split E-Mails into Items",
"type": "n8n-nodes-base.splitOut",
"onError": "continueRegularOutput",
"position": [
1380,
940
],
"parameters": {},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "1607d14f-1403-4676-ad74-02dfe15efb93",
"name": "Aggregieren Email Lists",
"type": "n8n-nodes-base.aggregate",
"onError": "continueErrorOutput",
"position": [
1000,
940
],
"parameters": {},
"typeVersion": 1
},
{
"id": "02bfd700-f1c3-4e3a-8357-24ec0b6c2ccb",
"name": "Search Google Maps",
"type": "n8n-nodes-base.httpRequest",
"position": [
880,
260
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ab76c18c-d35c-42b6-ae69-e40fb7cef57f",
"name": "Filter Out Google/Schema URLs",
"type": "n8n-nodes-base.filter",
"onError": "continueRegularOutput",
"position": [
1540,
240
],
"parameters": {},
"typeVersion": 2.2,
"alwaysOutputData": false
},
{
"id": "d2896a33-3dd8-4e4d-9d6e-10abfc279e33",
"name": "Loop Through Unique URLs",
"type": "n8n-nodes-base.splitInBatches",
"onError": "continueRegularOutput",
"position": [
2620,
360
],
"parameters": {},
"typeVersion": 3,
"alwaysOutputData": false
},
{
"id": "b000cb31-03ed-49fb-9ab4-ff745e8044a0",
"name": "Fetch Website Content (via URL)",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
3060,
480
],
"parameters": {},
"typeVersion": 4.2,
"alwaysOutputData": false
},
{
"id": "b5ebd880-54d5-41c0-9435-7c24cc902462",
"name": "Loop Through Website Content Batches",
"type": "n8n-nodes-base.splitInBatches",
"onError": "continueRegularOutput",
"position": [
700,
940
],
"parameters": {},
"executeOnce": false,
"typeVersion": 3,
"alwaysOutputData": false
},
{
"id": "6f5e1f79-89d2-4eda-b0d7-1246c1a8308d",
"name": "Extract and Filter Emails",
"type": "n8n-nodes-base.code",
"onError": "continueRegularOutput",
"position": [
860,
1120
],
"parameters": {},
"typeVersion": 2,
"alwaysOutputData": true
},
{
"id": "57225174-929a-4a96-a849-8759aed631ac",
"name": "Loop Through Search Queries",
"type": "n8n-nodes-base.splitInBatches",
"position": [
260,
240
],
"parameters": {},
"typeVersion": 3
},
{
"id": "ef116f8c-4803-4754-81d7-379ef36ccc9a",
"name": "Warten Before Google Search",
"type": "n8n-nodes-base.wait",
"position": [
600,
260
],
"webhookId": "32ec8dc4-ed5a-40c8-815a-b892fa400908",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "59b1bb9d-b697-4c6d-a6e9-f678a7ae4fad",
"name": "Process AI-Generated Queries",
"type": "n8n-nodes-base.code",
"position": [
-140,
240
],
"parameters": {},
"typeVersion": 2,
"alwaysOutputData": true
},
{
"id": "03c374ee-b7c8-4477-8c67-579b01636a7f",
"name": "Generate Google Maps Queries (OpenAI)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-600,
240
],
"parameters": {},
"executeOnce": false,
"typeVersion": 1.4,
"alwaysOutputData": true
},
{
"id": "bfbf6faf-df5d-476e-a356-3161a4a112af",
"name": "Extract Domain from E-Mail",
"type": "n8n-nodes-base.code",
"position": [
960,
1840
],
"parameters": {},
"typeVersion": 2,
"alwaysOutputData": true
},
{
"id": "a90d56ab-7b87-4446-b9a0-658dc74fe3b3",
"name": "Loop Through Unique E-Mails",
"type": "n8n-nodes-base.splitInBatches",
"position": [
540,
1840
],
"parameters": {},
"typeVersion": 3
},
{
"id": "b4d069bf-6ad1-4ff8-823f-b5d8d8bda9a3",
"name": "Scrape Website Content (Jina.ai)",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
1240,
1840
],
"parameters": {},
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "3ebd8474-5b4e-49a3-93b4-0698fbf0fa03",
"name": "Check for Scraping Error",
"type": "n8n-nodes-base.if",
"position": [
1540,
1840
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "eedcf1b9-ab74-431b-9564-28a8342006a2",
"name": "Truncate Website Content",
"type": "n8n-nodes-base.code",
"position": [
1780,
1860
],
"parameters": {},
"typeVersion": 2,
"alwaysOutputData": true
},
{
"id": "8105f0e9-439a-441c-a03d-755c8059aa20",
"name": "Check if URL Exists",
"type": "n8n-nodes-base.if",
"position": [
1780,
300
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "aaddce95-8cd8-4c2c-85ba-e4d801b62bd3",
"name": "Send E-Mail via Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
2600,
2080
],
"webhookId": "33b876ab-0385-4b04-97e3-7a7632ceb495",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "40c1888b-1ab9-4af7-9202-9787c82fdb5f",
"name": "Warten Between Emails",
"type": "n8n-nodes-base.wait",
"position": [
3460,
2180
],
"webhookId": "04b9e877-2ede-45ba-973b-3bd02aa24dcd",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "0fab3ced-eddb-477b-9636-3eab865ab097",
"name": "Generate Random Delay",
"type": "n8n-nodes-base.code",
"position": [
2920,
2100
],
"parameters": {},
"typeVersion": 2
},
{
"id": "474fa8d0-9433-488c-ac2b-6da6716bf425",
"name": "Haftnotiz: Scraping Section",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c123db2e-7617-4ffc-89db-718d3efe1571",
"name": "Sticky Note: E-Mail Extraction Section",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
920
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "187ffe11-3b48-414f-8cd0-5539616eee9d",
"name": "Haftnotiz: Personalization & Sending Section",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
1600
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "24eaddb6-c9aa-408f-a312-0150d2cfd1dd",
"name": "Generate Personalized E-Mail (LLM Chain)",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
2180,
1880
],
"parameters": {},
"typeVersion": 1.5
},
{
"id": "4042ea25-a820-4396-95f9-7f02cae68a57",
"name": "Parse AI E-Mail Output (JSON)",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
2260,
2120
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "20e642e4-46fc-4741-acae-0faed9dee8df",
"name": "NoOp (If URL Invalid)",
"type": "n8n-nodes-base.noOp",
"position": [
2020,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ec77840b-93ff-4da7-97cb-b6662ea3cea1",
"name": "MANUAL TRIGGER: Start Workflow",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-900,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9bd66b20-f61d-451b-92ef-d15937de4efa",
"name": "Haftnotiz: CONFIGURATION",
"type": "n8n-nodes-base.stickyNote",
"position": [
-980,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "80366ada-46d8-4083-b964-f5b63ba57cf9",
"name": "Configure OpenAI-Chat-Modell (GPT-4o-mini)",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
2020,
2120
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "fb29e15d-48cf-4933-894a-e0bf60a3705c",
"name": "Haftnotiz: Workflow Description",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2720,
900
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {
"MANUAL TRIGGER: Start Workflow": [
{
"product_link": "https://www.example.com/ai-content-pro",
"product_name": "AI Content Generator Pro",
"product_description": "A SaaS tool that automatically generates high-quality, SEO-optimized blog posts and marketing copy using advanced AI, saving businesses hours of work and boosting their online visibility."
}
]
},
"connections": {
"02bfd700-f1c3-4e3a-8357-24ec0b6c2ccb": {
"main": [
[
{
"node": "f6a98207-f368-4289-813e-6ee4360a0955",
"type": "main",
"index": 0
}
]
]
},
"8105f0e9-439a-441c-a03d-755c8059aa20": {
"main": [
[
{
"node": "4d7629fc-eb31-4bd4-a42b-ef859114acf1",
"type": "main",
"index": 0
}
],
[
{
"node": "20e642e4-46fc-4741-acae-0faed9dee8df",
"type": "main",
"index": 0
}
]
]
},
"Wait Between Emails": {
"main": [
[
{
"node": "Loop Through Unique Emails",
"type": "main",
"index": 0
}
]
]
},
"Send Email via Gmail": {
"main": [
[
{
"node": "0fab3ced-eddb-477b-9636-3eab865ab097",
"type": "main",
"index": 0
}
]
]
},
"Aggregate Email Lists": {
"main": [
[
{
"node": "Split Emails into Items",
"type": "main",
"index": 0
}
]
]
},
"0fab3ced-eddb-477b-9636-3eab865ab097": {
"main": [
[
{
"node": "Wait Between Emails",
"type": "main",
"index": 0
}
]
]
},
"4d7629fc-eb31-4bd4-a42b-ef859114acf1": {
"main": [
[
{
"node": "d2896a33-3dd8-4e4d-9d6e-10abfc279e33",
"type": "main",
"index": 0
}
]
]
},
"Remove Duplicate Emails": {
"main": [
[
{
"node": "Loop Through Unique Emails",
"type": "main",
"index": 0
}
]
]
},
"Split Emails into Items": {
"main": [
[
{
"node": "Remove Duplicate Emails",
"type": "main",
"index": 0
}
]
]
},
"3ebd8474-5b4e-49a3-93b4-0698fbf0fa03": {
"main": [
[
{
"node": "Loop Through Unique Emails",
"type": "main",
"index": 0
}
],
[
{
"node": "eedcf1b9-ab74-431b-9564-28a8342006a2",
"type": "main",
"index": 0
}
]
]
},
"d2896a33-3dd8-4e4d-9d6e-10abfc279e33": {
"main": [
[
{
"node": "b5ebd880-54d5-41c0-9435-7c24cc902462",
"type": "main",
"index": 0
}
],
[
{
"node": "b000cb31-03ed-49fb-9ab4-ff745e8044a0",
"type": "main",
"index": 0
}
]
]
},
"eedcf1b9-ab74-431b-9564-28a8342006a2": {
"main": [
[
{
"node": "Generate Personalized Email (LLM Chain)",
"type": "main",
"index": 0
}
]
]
},
"Extract Domain from Email": {
"main": [
[
{
"node": "b4d069bf-6ad1-4ff8-823f-b5d8d8bda9a3",
"type": "main",
"index": 0
}
]
]
},
"6f5e1f79-89d2-4eda-b0d7-1246c1a8308d": {
"main": [
[
{
"node": "b5ebd880-54d5-41c0-9435-7c24cc902462",
"type": "main",
"index": 0
}
]
]
},
"Wait Before Google Search": {
"main": [
[
{
"node": "02bfd700-f1c3-4e3a-8357-24ec0b6c2ccb",
"type": "main",
"index": 0
}
]
]
},
"Loop Through Unique Emails": {
"main": [
[
{
"node": "57225174-929a-4a96-a849-8759aed631ac",
"type": "main",
"index": 0
}
],
[
{
"node": "Extract Domain from Email",
"type": "main",
"index": 0
}
]
]
},
"57225174-929a-4a96-a849-8759aed631ac": {
"main": [
[],
[
{
"node": "Wait Before Google Search",
"type": "main",
"index": 0
}
]
]
},
"Parse AI Email Output (JSON)": {
"ai_outputParser": [
[
{
"node": "Generate Personalized Email (LLM Chain)",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"59b1bb9d-b697-4c6d-a6e9-f678a7ae4fad": {
"main": [
[
{
"node": "57225174-929a-4a96-a849-8759aed631ac",
"type": "main",
"index": 0
}
]
]
},
"ab76c18c-d35c-42b6-ae69-e40fb7cef57f": {
"main": [
[
{
"node": "8105f0e9-439a-441c-a03d-755c8059aa20",
"type": "main",
"index": 0
}
]
]
},
"ec77840b-93ff-4da7-97cb-b6662ea3cea1": {
"main": [
[
{
"node": "03c374ee-b7c8-4477-8c67-579b01636a7f",
"type": "main",
"index": 0
}
]
]
},
"f6a98207-f368-4289-813e-6ee4360a0955": {
"main": [
[
{
"node": "ab76c18c-d35c-42b6-ae69-e40fb7cef57f",
"type": "main",
"index": 0
}
]
]
},
"b000cb31-03ed-49fb-9ab4-ff745e8044a0": {
"main": [
[
{
"node": "d2896a33-3dd8-4e4d-9d6e-10abfc279e33",
"type": "main",
"index": 0
}
]
]
},
"b4d069bf-6ad1-4ff8-823f-b5d8d8bda9a3": {
"main": [
[
{
"node": "3ebd8474-5b4e-49a3-93b4-0698fbf0fa03",
"type": "main",
"index": 0
}
]
]
},
"b5ebd880-54d5-41c0-9435-7c24cc902462": {
"main": [
[
{
"node": "Aggregate Email Lists",
"type": "main",
"index": 0
}
],
[
{
"node": "6f5e1f79-89d2-4eda-b0d7-1246c1a8308d",
"type": "main",
"index": 0
}
]
]
},
"03c374ee-b7c8-4477-8c67-579b01636a7f": {
"main": [
[
{
"node": "59b1bb9d-b697-4c6d-a6e9-f678a7ae4fad",
"type": "main",
"index": 0
}
]
]
},
"Generate Personalized Email (LLM Chain)": {
"main": [
[
{
"node": "Send Email via Gmail",
"type": "main",
"index": 0
}
]
]
},
"Configure OpenAI Chat Model (GPT-4o-mini)": {
"ai_languageModel": [
[
{
"node": "Generate Personalized Email (LLM Chain)",
"type": "ai_languageModel",
"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?
Experte - Vertrieb, Künstliche Intelligenz
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
AI-Personalized Multi-Product Email Outreach with SMTP Rotation (GPT-4o-o3-mini)
If
Code
Wait
+
If
Code
Wait
41 NodesBadr
Vertrieb
Domain-Prospecting: Automatisierte Lead-Generierung und zielgerichtetes Ansprechen
Domain-Outreach: Automatisierte Lead-Extraktion und zielgerichtete Kontaktaufnahme
If
Code
Wait
+
If
Code
Wait
31 NodesBadr
Vertrieb
n8n-Knoten in der visuellen Referenzbibliothek erkunden
Erkundung von n8n-Knoten in der visuellen Referenzbibliothek
If
Ftp
Set
+
If
Ftp
Set
113 NodesI versus AI
Sonstiges
[Template] KI-Haustierladen v8
🐥 KI-Assistent für Tiernahrungsshops - Integriert GPT-4o, Google Kalender und WhatsApp/Instagram/Facebook
If
N8n
Set
+
If
N8n
Set
244 NodesAmanda Benks
Vertrieb
KI-Agent Restaurant [Vorlage]
🤖 KI-Restaurantassistent für WhatsApp, Instagram und Messenger
If
N8n
Set
+
If
N8n
Set
239 NodesAmanda Benks
Sonstiges
Haustierladen 4
🐥 KI-Terminassistent für Tierbedarfsgeschäfte
If
Set
Code
+
If
Set
Code
187 NodesBruno Dias
Künstliche Intelligenz
Workflow-Informationen
Schwierigkeitsgrad
Experte
Anzahl der Nodes34
Kategorie2
Node-Typen17
Autor
Badr
@b4drExterne Links
Auf n8n.io ansehen →
Diesen Workflow teilen