Täglicher Vertriebsbericht
Dies ist ein CRM-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden If, Code, EmailSend, GoogleSheets, ManualTrigger und andere Nodes verwendet. Generierung täglicher Verkaufsberichte mit formatierten E-Mail-Zusammenfassungen aus Google Sheets
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (12)
Kategorie
{
"id": "zSBNXj6rphbGp4Or",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177"
},
"name": "Daily sales report",
"tags": [],
"nodes": [
{
"id": "4b10d0b5-5e37-404b-876c-b9131b2070d5",
"name": "Lese Google Sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
224,
96
],
"parameters": {},
"typeVersion": 4.4
},
{
"id": "2bcb8791-30dd-4275-8c8b-d055e1b8502d",
"name": "Prüfe Datenvorhandensein",
"type": "n8n-nodes-base.if",
"position": [
448,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ab1eb7f4-2184-45e3-9189-016636720a2d",
"name": "Bericht formatieren",
"type": "n8n-nodes-base.code",
"position": [
672,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "8b803b96-c46c-4f25-9eaa-927e71014f1c",
"name": "Keine-Daten-Handler",
"type": "n8n-nodes-base.code",
"position": [
672,
192
],
"parameters": {},
"typeVersion": 2
},
{
"id": "bb98df11-3730-4024-815d-08b6e26b87c7",
"name": "Bei Klick auf 'Workflow ausführen'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
"name": "E-Mail senden",
"type": "n8n-nodes-base.emailSend",
"position": [
896,
96
],
"webhookId": "4891c6e7-fba9-4491-a38c-a159f17c73eb",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "c2dd97d2-0486-4627-b3f1-bbb4e57083fc",
"name": "Notizzettel",
"type": "n8n-nodes-base.stickyNote",
"position": [
-176,
-288
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6895ddb3-7487-48b4-81a5-c778313528f6",
"name": "Notizzettel1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-48,
272
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "969a10c6-9fdd-4778-9365-212c2acc8677",
"name": "Notizzettel2",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
-368
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1d59e50c-f0a0-473d-ab80-23bea73385f2",
"name": "Notizzettel3",
"type": "n8n-nodes-base.stickyNote",
"position": [
672,
-592
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a45eac5c-b94f-4390-9ec3-f016e0f08cb0",
"name": "Notizzettel4",
"type": "n8n-nodes-base.stickyNote",
"position": [
544,
336
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6ec4c16a-cadd-4b7d-8c75-c03eddf69599",
"name": "Notizzettel5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1088,
96
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "73404a1e-b59a-4939-8513-defd95852cb1",
"connections": {
"ab1eb7f4-2184-45e3-9189-016636720a2d": {
"main": [
[
{
"node": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
"type": "main",
"index": 0
}
]
]
},
"8b803b96-c46c-4f25-9eaa-927e71014f1c": {
"main": [
[
{
"node": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
"type": "main",
"index": 0
}
]
]
},
"2bcb8791-30dd-4275-8c8b-d055e1b8502d": {
"main": [
[
{
"node": "ab1eb7f4-2184-45e3-9189-016636720a2d",
"type": "main",
"index": 0
}
],
[
{
"node": "8b803b96-c46c-4f25-9eaa-927e71014f1c",
"type": "main",
"index": 0
}
]
]
},
"4b10d0b5-5e37-404b-876c-b9131b2070d5": {
"main": [
[
{
"node": "2bcb8791-30dd-4275-8c8b-d055e1b8502d",
"type": "main",
"index": 0
}
]
]
},
"bb98df11-3730-4024-815d-08b6e26b87c7": {
"main": [
[
{
"node": "4b10d0b5-5e37-404b-876c-b9131b2070d5",
"type": "main",
"index": 0
}
]
]
}
}
}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 - Kundenbeziehungsmanagement
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
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
Diesen Workflow teilen