Automatisierte Erstellung und Verteilung von Marktreports

Fortgeschritten

Dies ist ein Market Research-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden Cron, Gmail, Function, GoogleDocs, HttpRequest und andere Nodes verwendet. Erstellung und Verteilung von Marktberichten mit Google Docs, Tabellen und Gmail

Voraussetzungen
  • Google-Konto + Gmail API-Anmeldedaten
  • Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
  • Google Sheets API-Anmeldedaten
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "id": "GlgUwkuAq48MlxaK",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
    "templateCredsSetupCompleted": true
  },
  "name": "Automated Market Report Generation & Distribution",
  "tags": [],
  "nodes": [
    {
      "id": "9dfa0ef3-23eb-4b26-a122-b75ef6c94b04",
      "name": "0. Cron-Job (Monatlicher Zeitplan)",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1648,
        208
      ],
      "parameters": {},
      "description": "Triggers on the 1st day of every month at 8 AM to generate the report.",
      "typeVersion": 1
    },
    {
      "id": "75f56194-4398-477f-a871-9b99e7c11e47",
      "name": "1. HTTP-Anfrage (Marktdaten abrufen)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1424,
        208
      ],
      "parameters": {},
      "description": "Fetches raw market data for a specific region from an external API.",
      "typeVersion": 1
    },
    {
      "id": "b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9",
      "name": "2. Funktion (Daten verarbeiten)",
      "type": "n8n-nodes-base.function",
      "position": [
        -1200,
        208
      ],
      "parameters": {},
      "description": "Processes and formats the raw API data for the report template.",
      "typeVersion": 1
    },
    {
      "id": "b413874a-4940-4c9c-9979-8a83363c9048",
      "name": "3. Google Docs (Bericht erstellen)",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        -976,
        208
      ],
      "parameters": {},
      "description": "Creates a new report document from a template and fills it with market data.",
      "typeVersion": 1
    },
    {
      "id": "919caceb-0843-4bc7-b728-3cb9ef3f1245",
      "name": "4. Google Tabellen (Kundenliste abrufen)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -752,
        208
      ],
      "parameters": {},
      "description": "Gets all client emails from your mailing list sheet.",
      "typeVersion": 3
    },
    {
      "id": "2dd3cac5-6073-4877-934d-bb3de4d22a44",
      "name": "5. In Stapeln aufteilen",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -528,
        208
      ],
      "parameters": {},
      "description": "Processes each client email one by one to send the report.",
      "typeVersion": 1
    },
    {
      "id": "9518ca4b-3085-4510-8fad-d8be6915bb62",
      "name": "6. Gmail (Bericht senden)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -304,
        208
      ],
      "parameters": {},
      "description": "Sends the generated report as an attachment to each client.",
      "typeVersion": 1
    },
    {
      "id": "a34de244-453a-406d-8b49-dcc3dac8b143",
      "name": "Haftnotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1728,
        144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e27d8aeb-ac2d-43ad-8668-2ed849d61249",
      "name": "Haftnotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1728,
        448
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1e2422b5-3680-49de-a885-eb33fd9f112f",
  "connections": {
    "5. Split In Batches": {
      "main": [
        [
          {
            "node": "9518ca4b-3085-4510-8fad-d8be6915bb62",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0. Cron (Monatlicher Zeitplan)": {
      "main": [
        [
          {
            "node": "1. HTTP Request (Marktdaten abrufen)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Function (Daten verarbeiten)": {
      "main": [
        [
          {
            "node": "b413874a-4940-4c9c-9979-8a83363c9048",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b413874a-4940-4c9c-9979-8a83363c9048": {
      "main": [
        [
          {
            "node": "4. Google Sheets (Kundenliste abrufen)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. HTTP Request (Marktdaten abrufen)": {
      "main": [
        [
          {
            "node": "2. Function (Daten verarbeiten)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Google Sheets (Kundenliste abrufen)": {
      "main": [
        [
          {
            "node": "5. Split In Batches",
            "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 - Marktforschung

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.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes9
Kategorie1
Node-Typen8
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34