ECオペレーションデスクのAIシステム

上級

これはCRM分野の自動化ワークフローで、16個のノードを含みます。主にIf, Gmail, Slack, Webhook, Functionなどのノードを使用。 Slack、Sheets、Gmail を使用した EC 注文、在庫、フィードバックの自動化

前提条件
  • Googleアカウント + Gmail API認証情報
  • Slack Bot Token または Webhook URL
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Google Sheets API認証情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定を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: 新規注文",
      "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. 注文データ抽出",
      "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. 出荷通知送信 (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. スケジュールトリガー (日次在庫チェック)",
      "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. 在庫データ読み込み (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. 低在庫フィルター",
      "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. 低在庫アイテム有無?",
      "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. 低在庫アラート送信 (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. 低在庫なし",
      "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: 注文完了 (遅延)",
      "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. 顧客データ抽出 (フィードバック)",
      "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. フィードバック依頼送信 (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": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        272
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "847f36ce-2038-4ece-a5f7-1ddb8fc5639d",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        560
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e6a18ab0-1702-4cf3-b2b6-bffcde008ebe",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -208,
        -48
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1bc849ca-7ca4-45a4-a40e-ce657c5ccfaa",
      "name": "付箋3",
      "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
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - 顧客管理

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数16
カテゴリー1
ノードタイプ9
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
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.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34