AI カスタマーサポートエージェント マルチチャネル

上級

これはAI分野の自動化ワークフローで、19個のノードを含みます。主にIf, Set, Notion, OpenAi, Webhookなどのノードを使用、AI技術を活用したスマート自動化を実現。 🤖 AI カスタマーサポートエージェント - 休まず、お客様を逃しません!

前提条件
  • Notion API Key
  • OpenAI API Key
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "name": "AI Customer Support Agent Multi-Channel",
  "tags": [
    {
      "id": "ai-agent",
      "name": "AI Agent",
      "createdAt": "2025-01-01T00:00:00.000Z",
      "updatedAt": "2025-01-01T00:00:00.000Z"
    },
    {
      "id": "customer-support",
      "name": "Customer Support",
      "createdAt": "2025-01-01T00:00:00.000Z",
      "updatedAt": "2025-01-01T00:00:00.000Z"
    },
    {
      "id": "automation",
      "name": "Automation",
      "createdAt": "2025-01-01T00:00:00.000Z",
      "updatedAt": "2025-01-01T00:00:00.000Z"
    }
  ],
  "nodes": [
    {
      "id": "sticky_note_intro",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "whatsapp_webhook",
      "name": "WhatsApp Webhook トリガー",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ],
      "webhookId": "whatsapp-support-webhook",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram_webhook",
      "name": "Telegram Webhook トリガー",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        450
      ],
      "webhookId": "telegram-support-webhook",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email_trigger",
      "name": "メールトリガー",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        200,
        600
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "normalize_data",
      "name": "Normalize Message Data",
      "type": "n8n-nodes-base.set",
      "position": [
        500,
        450
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "get_conversation_history",
      "name": "Get Conversation History",
      "type": "n8n-nodes-base.notion",
      "position": [
        800,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "sticky_memory",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        780,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "openai_agent",
      "name": "OpenAI Support Agent",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1100,
        450
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "sticky_ai",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1080,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "check_escalation",
      "name": "Check if Escalation Needed",
      "type": "n8n-nodes-base.if",
      "position": [
        1400,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "format_response",
      "name": "Format AI Response",
      "type": "n8n-nodes-base.set",
      "position": [
        1700,
        350
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "send_whatsapp_response",
      "name": "Send WhatsApp Response",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2000,
        200
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "send_telegram_response",
      "name": "Send Telegram Response",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2000,
        350
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "send_email_response",
      "name": "Send メール Response",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2000,
        500
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "save_conversation",
      "name": "Save Conversation",
      "type": "n8n-nodes-base.notion",
      "position": [
        2300,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "notify_human_agents",
      "name": "Notify Human Agents",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1700,
        600
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "sticky_escalation",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1620,
        720
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky_analytics",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2280,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "webhook_response",
      "name": "Webhook トリガー Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2600,
        450
      ],
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "updatedAt": "2025-01-01T00:00:00.000Z",
  "versionId": "1",
  "staticData": null,
  "connections": {
    "openai_agent": {
      "main": [
        [
          {
            "node": "check_escalation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email_trigger": {
      "main": [
        [
          {
            "node": "normalize_data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "normalize_data": {
      "main": [
        [
          {
            "node": "get_conversation_history",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "format_response": {
      "main": [
        [
          {
            "node": "send_whatsapp_response",
            "type": "main",
            "index": 0
          },
          {
            "node": "send_telegram_response",
            "type": "main",
            "index": 0
          },
          {
            "node": "send_email_response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "check_escalation": {
      "main": [
        [
          {
            "node": "format_response",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "format_response",
            "type": "main",
            "index": 0
          },
          {
            "node": "notify_human_agents",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "telegram_webhook": {
      "main": [
        [
          {
            "node": "normalize_data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "whatsapp_webhook": {
      "main": [
        [
          {
            "node": "normalize_data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "save_conversation": {
      "main": [
        [
          {
            "node": "webhook_response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "send_email_response": {
      "main": [
        [
          {
            "node": "save_conversation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "send_telegram_response": {
      "main": [
        [
          {
            "node": "save_conversation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "send_whatsapp_response": {
      "main": [
        [
          {
            "node": "save_conversation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get_conversation_history": {
      "main": [
        [
          {
            "node": "openai_agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 3
}
よくある質問

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

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

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

上級 - 人工知能

有料ですか?

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

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

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

作成者
Amanda Benks

Amanda Benks

@amanda

Hi loves! I've been making workflows for n8n for two years, and I hope you like my flows <3

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34