E-Commerce-Betriebszentrum-KI-System

Experte

Dies ist ein CRM-Bereich Automatisierungsworkflow mit 16 Nodes. Hauptsächlich werden If, Gmail, Slack, Webhook, Function und andere Nodes verwendet. Automatisierung von E-Commerce-Bestellungen, Lagerbestand und Feedback mit Slack, Tabellen und Gmail

Voraussetzungen
  • Google-Konto + Gmail API-Anmeldedaten
  • Slack Bot Token oder Webhook URL
  • HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
  • 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": "ghoRWysWbgmx4gpJ",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
    "templateCredsSetupCompleted": true
  },
  "name": "E-commerce Operations Hub AI System",
  "tags": [],
  "nodes": [
    {
      "id": "31e40064-5de4-424d-babe-62a8e83b1738",
      "name": "1. Webhook: Neue Bestellung",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -144,
        32
      ],
      "webhookId": "641a9127-bd00-405a-a451-87a1d308f5c9",
      "parameters": {},
      "description": "Triggered by a new customer order (e.g., from Shopify/WooCommerce webhook). Copy this Webhook URL into your e-commerce platform's webhook settings for new orders.",
      "typeVersion": 1
    },
    {
      "id": "f0e9c946-a940-4b56-9149-b3179c919c7f",
      "name": "2. Bestelldaten extrahieren",
      "type": "n8n-nodes-base.function",
      "position": [
        128,
        32
      ],
      "parameters": {},
      "description": "Extracts relevant details from the incoming order data.",
      "typeVersion": 1
    },
    {
      "id": "74cc983a-9289-4ffc-8a97-ea89d9f91321",
      "name": "3. Versandbenachrichtigung senden (Slack)",
      "type": "n8n-nodes-base.slack",
      "position": [
        368,
        32
      ],
      "parameters": {},
      "description": "Notifies your fulfillment team about the new order.",
      "typeVersion": 1
    },
    {
      "id": "3c46ccbf-17c0-4b49-8242-9c130443a53e",
      "name": "4. Zeitplan-Trigger (Tägliche Lagerprüfung)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -144,
        320
      ],
      "parameters": {},
      "description": "Triggers daily to check for low stock products.",
      "typeVersion": 1
    },
    {
      "id": "47c27927-d61d-46b3-b07d-a2ea8cee2c1a",
      "name": "5. Lagerbestandsdaten lesen (Google Sheets)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        128,
        320
      ],
      "parameters": {},
      "description": "Reads product inventory levels from your Google Sheet. Ensure columns like: ProductID, ProductName, StockLevel.",
      "typeVersion": 2
    },
    {
      "id": "15e53d99-ae89-4ebc-b31a-1c55241e01bd",
      "name": "6. Niedrigen Bestand filtern",
      "type": "n8n-nodes-base.function",
      "position": [
        368,
        320
      ],
      "parameters": {},
      "description": "Identifies products with stock levels below a defined threshold.",
      "typeVersion": 1
    },
    {
      "id": "4c2fd977-e174-4e29-8def-9b1e8a8564ea",
      "name": "7. Niedrige Lagerbestände vorhanden?",
      "type": "n8n-nodes-base.if",
      "position": [
        624,
        320
      ],
      "parameters": {},
      "description": "Checks if any products are low on stock.",
      "typeVersion": 1
    },
    {
      "id": "2dacc683-b5dc-4509-9859-4fa48c9707a2",
      "name": "8. Niedrige-Lagerbestand-Warnung senden (Slack)",
      "type": "n8n-nodes-base.slack",
      "position": [
        912,
        192
      ],
      "parameters": {},
      "description": "Sends a notification to your inventory/purchasing team.",
      "typeVersion": 1
    },
    {
      "id": "c652fd91-bfe9-4d9a-8ac2-a04231816a4b",
      "name": "9. Kein niedriger Lagerbestand",
      "type": "n8n-nodes-base.noOp",
      "position": [
        912,
        464
      ],
      "parameters": {},
      "description": "Path if no low stock items are found.",
      "typeVersion": 1
    },
    {
      "id": "68d07443-6eec-4f0d-ac35-21b3bc3c0d09",
      "name": "10. Webhook: Bestellung ausgeführt (Verzögert)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -144,
        624
      ],
      "webhookId": "c2cd741a-ee23-4f56-9b0f-f11287c12bd2",
      "parameters": {},
      "description": "Triggered when an order is marked as fulfilled, ideally after a delay (e.g., 3-7 days after delivery). Copy this Webhook URL into your system that tracks order fulfillment status.",
      "typeVersion": 1
    },
    {
      "id": "d0880eff-35a7-4613-8719-49e6fe301ec4",
      "name": "11. Kundendaten extrahieren (Feedback)",
      "type": "n8n-nodes-base.function",
      "position": [
        128,
        624
      ],
      "parameters": {},
      "description": "Extracts customer details for sending feedback requests.",
      "typeVersion": 1
    },
    {
      "id": "e13e32a5-a6f5-489c-b049-237f972bb544",
      "name": "12. Feedback-Anfrage senden (Gmail)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        368,
        624
      ],
      "parameters": {},
      "description": "Sends a personalized email to the customer asking for feedback.",
      "typeVersion": 1
    },
    {
      "id": "f4567995-2ffe-47c0-8fe3-c4413bfe0af1",
      "name": "Haftnotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        272
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "847f36ce-2038-4ece-a5f7-1ddb8fc5639d",
      "name": "Haftnotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        560
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e6a18ab0-1702-4cf3-b2b6-bffcde008ebe",
      "name": "Haftnotiz2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        -48
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1bc849ca-7ca4-45a4-a40e-ce657c5ccfaa",
      "name": "Haftnotiz3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1008,
        -48
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "ce0e3232-caec-4e57-bf0a-ff8a9badd7c7",
  "connections": {
    "15e53d99-ae89-4ebc-b31a-1c55241e01bd": {
      "main": [
        [
          {
            "node": "4c2fd977-e174-4e29-8def-9b1e8a8564ea",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "31e40064-5de4-424d-babe-62a8e83b1738": {
      "main": [
        [
          {
            "node": "f0e9c946-a940-4b56-9149-b3179c919c7f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f0e9c946-a940-4b56-9149-b3179c919c7f": {
      "main": [
        [
          {
            "node": "74cc983a-9289-4ffc-8a97-ea89d9f91321",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4c2fd977-e174-4e29-8def-9b1e8a8564ea": {
      "main": [
        [
          {
            "node": "2dacc683-b5dc-4509-9859-4fa48c9707a2",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "c652fd91-bfe9-4d9a-8ac2-a04231816a4b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d0880eff-35a7-4613-8719-49e6fe301ec4": {
      "main": [
        [
          {
            "node": "e13e32a5-a6f5-489c-b049-237f972bb544",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "68d07443-6eec-4f0d-ac35-21b3bc3c0d09": {
      "main": [
        [
          {
            "node": "d0880eff-35a7-4613-8719-49e6fe301ec4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "47c27927-d61d-46b3-b07d-a2ea8cee2c1a": {
      "main": [
        [
          {
            "node": "15e53d99-ae89-4ebc-b31a-1c55241e01bd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3c46ccbf-17c0-4b49-8242-9c130443a53e": {
      "main": [
        [
          {
            "node": "47c27927-d61d-46b3-b07d-a2ea8cee2c1a",
            "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?

Experte - 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.

Workflow-Informationen
Schwierigkeitsgrad
Experte
Anzahl der Nodes16
Kategorie1
Node-Typen9
Schwierigkeitsbeschreibung

Für fortgeschrittene Benutzer, komplexe Workflows mit 16+ 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