ビジネスのAIコマンドセンター:Google Workspaceモジュール型アクター、ベクター検索、マルチチャネルレポート

上級

これはDocument Extraction, AI Chatbot分野の自動化ワークフローで、80個のノードを含みます。主にSet, Gmail, Slack, Switch, Markdownなどのノードを使用。 ビジネスAIコマンドセンター:Google Workspaceモジュール型アジンス、ベクター検索、マルチチャネルレポート

前提条件
  • Googleアカウント + Gmail API認証情報
  • Slack Bot Token または Webhook URL
  • Telegram Bot Token
  • Google Drive API認証情報
  • PostgreSQLデータベース接続情報
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
  • Google Sheets API認証情報
  • Anthropic API Key
  • Supabase URL と API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "e7ccf4281d5afb175c79c02db95b45f15d5b53862cb6bc357c5e5bc26567f35c"
  },
  "nodes": [
    {
      "id": "0a7f8501-c9a7-47d6-b6b9-1a32de661ce0",
      "name": "Google Sheets - データ読み込み",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "📊 READ SPREADSHEET DATA\n\nRetrieve and analyze data from Google Sheets. Perfect for AI to read, process, and extract insights from spreadsheet content.\n\nUse Cases:\n• \"Read data from the Sales sheet\"\n• \"Get all entries from A1:E100\"\n• \"Show me the data in the Budget spreadsheet\"\n• \"Extract customer information from the CRM sheet\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• Sheet_Name: Specific sheet tab name\n• Range: Cell range to read (optional)",
      "position": [
        3024,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "e18d26cf-8208-45ca-8e6e-fdb83e1127ba",
      "name": "Google Sheets - データ消去",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "🗑️ CLEAR SPREADSHEET DATA\n\nRemove data from specific ranges or entire sheets. Useful for resetting data, clearing temporary calculations, or preparing sheets for new data.\n\nUse Cases:\n• \"Clear all data from the temp sheet\"\n• \"Remove entries from A1:E100\"\n• \"Clean up the old data in column C\"\n• \"Reset the calculation area\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• Sheet_Name: Sheet to clear data from\n• Range: Specific range to clear\n\n⚠️ Use with caution - data will be permanently removed!",
      "position": [
        3136,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "5f24bc02-2510-4dcf-b2f2-b32d114fdda8",
      "name": "Google Sheets - データ追加",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "➕ ADD NEW DATA\n\nAppend new rows of data to existing sheets. Perfect for adding records, logging events, or inserting new entries without affecting existing data.\n\nUse Cases:\n• \"Add a new customer to the CRM sheet\"\n• \"Log today's sales data\"\n• \"Insert a new project entry\"\n• \"Record the meeting notes\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• Sheet_Name: Sheet to add data to\n• Data_To_Add: Array/object of new data\n\nFeatures:\n• Automatically finds next empty row\n• Preserves existing data\n• Supports multiple columns",
      "position": [
        3264,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "4018894e-21d2-4c01-93aa-03132bdd423c",
      "name": "Google Sheets - シート作成",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "📋 CREATE NEW SHEET\n\nCreate new worksheet tabs within existing spreadsheets. Great for organizing data into categories or creating project-specific sheets.\n\nUse Cases:\n• \"Create a new sheet called 'Q4 Sales'\"\n• \"Add a Project Timeline sheet\"\n• \"Make a new Budget 2024 tab\"\n• \"Create a sheet for customer feedback\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• New_Sheet_Name: Name for the new sheet\n• Header_Row: Optional column headers\n\nBest Practices:\n• Use descriptive sheet names\n• Include header rows for data structure\n• Consider sheet organization strategy",
      "position": [
        3408,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "7d2702dd-3bef-4165-8568-0574491bad0f",
      "name": "Google Sheets - データ更新",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "✏️ UPDATE EXISTING DATA\n\nModify specific cells or ranges with new values. Perfect for updating records, correcting data, or maintaining current information.\n\nUse Cases:\n• \"Update the status in cell C5 to 'Complete'\"\n• \"Change the price in the product list\"\n• \"Modify the project deadline\"\n• \"Update customer contact information\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• Sheet_Name: Sheet containing data to update\n• Range: Specific cells to update (e.g., A1:B2)\n• New_Values: Array of new values\n\nTip: Use precise ranges to avoid overwriting unintended data",
      "position": [
        3680,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "5567f996-6f8e-4abd-9a34-e0e1dcfbb1c2",
      "name": "Google Sheets - シート削除",
      "type": "n8n-nodes-base.googleSheetsTool",
      "notes": "🗑️ DELETE SHEET\n\nRemove entire worksheet tabs when they're no longer needed. Use with caution as this permanently removes all data in the sheet.\n\nUse Cases:\n• \"Delete the old temp sheet\"\n• \"Remove the expired project tab\"\n• \"Clean up test worksheets\"\n• \"Delete duplicate sheets\"\n\nAI Parameters:\n• Document_ID: Target spreadsheet ID\n• Sheet_Name: Sheet tab to delete\n\n⚠️ PERMANENT ACTION - Cannot be undone!\nAlways backup important data first.",
      "position": [
        3536,
        -352
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "ebdfd923-6296-4252-b2b4-52364324cb8d",
      "name": "MCP Server Sheets",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "notes": "🚀 MCP TRIGGER\n\nThis is the entry point for AI interactions with Google Sheets. The MCP (Model Context Protocol) trigger allows AI models to call any of the connected Google Sheets tools based on user requests.\n\nKey Features:\n• Enables natural language spreadsheet commands\n• Routes AI requests to appropriate Sheets operations\n• Provides context-aware data management\n• Supports complex multi-step data workflows\n• Handles dynamic sheet and document selection",
      "position": [
        3024,
        -768
      ],
      "webhookId": "f0a1fd29-3717-4827-a4d8-ad975f43c401",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "f9a2e5b2-6911-4a06-a253-f32af17fd2f5",
      "name": "「ワークフロー実行」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        3056,
        192
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "44fa0faf-4d15-4d40-b8c5-2f2bda41b057",
      "name": "ファイルダウンロード",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        3264,
        192
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "c90553f9-65b4-4284-8453-ec2b5112c7e0",
      "name": "デフォルトデータローダー1",
      "type": "@n8n/n8n-nodes-langchain.documentDefaultDataLoader",
      "position": [
        3616,
        416
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "268a3365-4f6b-49fb-b599-408e0c66f26e",
      "name": "再帰的文字テキスト分割器1",
      "type": "@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter",
      "position": [
        3696,
        624
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "80a67e90-3b0c-468d-aabd-f0d473db5c8b",
      "name": "SupabaseベクトルDB追加",
      "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
      "position": [
        3504,
        192
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "a6de1318-7101-4358-8610-f45cd659001e",
      "name": "Embeddings OpenAI1",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        3488,
        416
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "5fcd1395-3f14-45c4-b0ae-0eea0f97e0ac",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2928,
        1344
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5012eb86-62b4-4e0a-adb4-19045ad3d93e",
      "name": "他ワークフロー実行時",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        3360,
        1840
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "14417687-e3fa-4ab8-9c8b-8e9b6c15e673",
      "name": "Google Drive MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        2960,
        1456
      ],
      "webhookId": "a289c719-fb71-4b08-97c6-79d12645dc7e",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "fd659c06-c670-4baf-a668-bef56ec31de1",
      "name": "ファイルダウンロード1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        3712,
        1840
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "7db762ea-339b-4d17-b57e-249634ad055c",
      "name": "ファイルタイプ",
      "type": "n8n-nodes-base.switch",
      "position": [
        3904,
        1792
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "0b5e8931-4151-4e41-acc0-c75a62ade255",
      "name": "操作",
      "type": "n8n-nodes-base.switch",
      "position": [
        3536,
        1840
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "e49c8cc0-279c-49d9-9699-a807a1173eea",
      "name": "PDF抽出",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        4176,
        1552
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a5318ca9-b843-44f6-9477-b2850811f091",
      "name": "CSV抽出",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        4176,
        1744
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a6afcc29-7c24-45a5-91f9-fd0362ee850a",
      "name": "PDF応答取得",
      "type": "n8n-nodes-base.set",
      "position": [
        4336,
        1552
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "d8fc6b8c-b03c-4917-8f2a-e9f7ce6ea0db",
      "name": "CSV応答取得",
      "type": "n8n-nodes-base.set",
      "position": [
        4336,
        1744
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 3.4
    },
    {
      "id": "99feec0e-c0da-40cc-af57-34496d15fb15",
      "name": "GDriveファイル読み込み",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        3216,
        1648
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "d6ce37d1-c35c-41cb-8f39-b9195d80d353",
      "name": "GDriveファイル検索",
      "type": "n8n-nodes-base.googleDriveTool",
      "position": [
        3024,
        1680
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "d6b0d109-47ce-4807-8615-b66a5613f6ca",
      "name": "画像解析",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        4176,
        1920
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "2fe752f2-edcc-42c0-8795-25f9ac1579bd",
      "name": "音声文字起こし",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        4176,
        2096
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "b1707a09-48b6-4d2d-8dc7-02f0690fbd41",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3344,
        1280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2736696c-16ed-4102-a348-d0019559161f",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3328,
        1440
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "32c8178e-f0dd-4034-906a-f1b630b38c62",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2960,
        96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b6849af3-6062-4368-8994-ca376479a5e0",
      "name": "Postgres Chat Memory1",
      "type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
      "position": [
        848,
        496
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "0277def2-25e8-4e48-ab60-ad19fb68df39",
      "name": "Embeddings OpenAI2",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        2224,
        592
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "365cdef7-f4eb-4428-b813-edb34f601f98",
      "name": "Reranker Cohere1",
      "type": "@n8n/n8n-nodes-langchain.rerankerCohere",
      "position": [
        2416,
        560
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9877f738-e3b5-4973-a233-37255bac0cc6",
      "name": "Anthropic Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        672,
        496
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "b5e79c10-7647-4ed2-b31a-8db04024e394",
      "name": "構造化データ1",
      "type": "n8n-nodes-base.postgresTool",
      "position": [
        1280,
        528
      ],
      "parameters": {},
      "typeVersion": 2.6
    },
    {
      "id": "91baf464-fdf1-4d45-809b-6f904eff4354",
      "name": "一般知識1",
      "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
      "position": [
        2240,
        432
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "97f7e6af-edb6-489a-8bb9-a3da8b13018d",
      "name": "思考1",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        960,
        496
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7abfd51a-07e5-4670-b674-c0fa09536906",
      "name": "付箋8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1200,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fec6d805-ce61-4825-b628-f9a977e1e274",
      "name": "付箋9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        400
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "dfdace36-b1b6-4c00-acb5-3ec811111402",
      "name": "Perplexityモデルメッセージ1",
      "type": "n8n-nodes-base.perplexityTool",
      "position": [
        1600,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "eace82ff-d393-4faa-8ae7-4e712ea64ca1",
      "name": "付箋10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1520,
        736
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8b340a56-a810-41af-b148-af2fbae5c397",
      "name": "googleドライブ文書検索1",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        2352,
        1664
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "18d33f00-fe6a-421c-9fd3-2f0caa71f4bd",
      "name": "MCP Sheets",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        2512,
        -512
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
      "name": "ナレッジエージェント1",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        1392,
        160
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "c243dbf0-5f81-403a-95f6-b1f99aa1adb8",
      "name": "付箋11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2144,
        304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b747ada7-a2c5-46ca-b154-a6d9680b88c1",
      "name": "付箋12",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2464,
        -576
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "de984cb1-b2cf-4ca5-9a10-71bd4cf115ff",
      "name": "付箋13",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2976,
        -880
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1329ca42-57fe-442f-b804-9c826514f621",
      "name": "推論モデル(推奨)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        400,
        -288
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b2e79be6-451a-4563-9983-3a53afd7cc73",
      "name": "付箋14",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3360,
        1664
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d1b8b120-3a4d-485b-81cd-4740d08eef86",
      "name": "付箋15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2928,
        1232
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bf2d1550-1295-4b9c-8339-381a6ca15a46",
      "name": "付箋16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2256,
        1600
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "270675da-a077-4603-a6fb-7c932620d3ac",
      "name": "計算機",
      "type": "@n8n/n8n-nodes-langchain.toolCalculator",
      "position": [
        1056,
        496
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e31f90fd-a807-4b15-bbbf-b6de9a5108c8",
      "name": "Postgres Chat Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
      "position": [
        544,
        -288
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "af277a1b-9937-41c2-b4d5-2471c66b65cf",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -208,
        560
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "584ebbd9-5f20-4cd8-8435-3c6fa2db527a",
      "name": "HTTPリクエスト1",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        48,
        544
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "83dd7fbc-a215-48ab-adb3-394bb7251452",
      "name": "Linkedinスクレイパー",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -128,
        368
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "a32a9945-7b44-4f58-90e4-eb7c4a7227c6",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        544
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "75b1ada9-fba3-47fb-9737-5ed90d570af6",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        272
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "09061eeb-642f-4f4c-bd23-c1c6f8860e88",
      "name": "レポート作成",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        2880,
        -1360
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "a5718897-37e9-4dbb-9718-f034b6448e91",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3344,
        -1616
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "937db1ac-b57d-41ed-85d6-cfb2d1801887",
      "name": "メッセージ送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        4048,
        -1424
      ],
      "webhookId": "09fb0a64-20a6-47b2-bac5-665d03919614",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "04f7da41-964f-4e6f-8806-112367683f8c",
      "name": "付箋17",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1632,
        -448
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7dc82c51-d8aa-4c84-80d8-2a7ed729affc",
      "name": "付箋18",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1952,
        -112
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1d097bd2-7c7a-4541-a162-46d1bf4a5055",
      "name": "構造化レポート作成",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        3328,
        -1424
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "9259bafa-ce05-4268-abfc-0d63f9b24318",
      "name": "付箋19",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2832,
        -1440
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "a4d7b366-3e1f-41c0-8df4-c1340cf07b6c",
      "name": "付箋20",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3184,
        -1472
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8d94e473-424a-4784-8ae8-8eed18cfd7b7",
      "name": "MarkdownからHTML変換",
      "type": "n8n-nodes-base.markdown",
      "position": [
        3760,
        -1424
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0ab0e43e-5d25-4f73-a124-7e21e881d4a0",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        3344,
        -1216
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6f1fb114-1a5e-4fad-8235-39ba94ebd46a",
      "name": "テキストメッセージ送信",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1584,
        -1344
      ],
      "webhookId": "be0f5e9f-0231-43f3-8ee7-cc02ab9ac01f",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "ac745c45-7580-456e-a496-03e8f70e2ec1",
      "name": "メッセージ送信",
      "type": "n8n-nodes-base.whatsApp",
      "disabled": true,
      "position": [
        1584,
        -1184
      ],
      "webhookId": "21ce03e2-b672-49f5-8e5e-f187a644523e",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "27025bf3-a8ba-4b50-a076-4b43dfb85f4a",
      "name": "メッセージ送信1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1584,
        -848
      ],
      "webhookId": "39551306-44d1-45a0-947c-8ed49c46edce",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "cc5e0c42-01aa-47a5-925c-8e3063ebfcfd",
      "name": "メッセージ送信2",
      "type": "n8n-nodes-base.slack",
      "position": [
        1584,
        -1024
      ],
      "webhookId": "1eeadb85-d39f-4373-be60-f2ba89fee6e3",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "c7c0646a-a7ae-4186-8b42-f4d83ba516ef",
      "name": "Slackトリガー",
      "type": "n8n-nodes-base.slackTrigger",
      "position": [
        256,
        -832
      ],
      "webhookId": "74ec72e0-6007-4f91-9767-245bd2822825",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9df33c1b-c682-4a36-99a5-d4190e0b73a7",
      "name": "Telegramトリガー",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        272,
        -1168
      ],
      "webhookId": "d68442bd-ea54-4190-ad36-1b413aa6efb9",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "965d5853-b0ea-4c5c-9c3d-6bf55030945f",
      "name": "Gmailトリガー",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        272,
        -1008
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "0359340e-d8d5-413b-b40e-bdf939b62a43",
      "name": "WhatsAppトリガー",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "disabled": true,
      "position": [
        256,
        -640
      ],
      "webhookId": "e744ea57-9ad4-40bb-b468-bf51d8295373",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c324fb98-0529-4de7-b82a-d791d84dafd4",
      "name": "付箋21",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -1344
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "96832356-2ffc-41d2-aeee-14f6ab9cce2c",
      "name": "メッセージ変数設定",
      "type": "n8n-nodes-base.set",
      "position": [
        720,
        -624
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "995f8927-d45e-46db-aacc-0f293a419602",
      "name": "メインエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        912,
        -624
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "d6c6292c-0380-43f3-91cc-f999654736c4",
      "name": "付箋7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1152,
        -1728
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "97f7e6af-edb6-489a-8bb9-a3da8b13018d": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7db762ea-339b-4d17-b57e-249634ad055c": {
      "main": [
        [
          {
            "node": "e49c8cc0-279c-49d9-9699-a807a1173eea",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "a5318ca9-b843-44f6-9477-b2850811f091",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "d6b0d109-47ce-4807-8615-b66a5613f6ca",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "2fe752f2-edcc-42c0-8795-25f9ac1579bd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0b5e8931-4151-4e41-acc0-c75a62ade255": {
      "main": [
        [
          {
            "node": "fd659c06-c670-4baf-a668-bef56ec31de1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "270675da-a077-4603-a6fb-7c932620d3ac": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "995f8927-d45e-46db-aacc-0f293a419602": {
      "main": [
        [
          {
            "node": "6f1fb114-1a5e-4fad-8235-39ba94ebd46a",
            "type": "main",
            "index": 0
          },
          {
            "node": "ac745c45-7580-456e-a496-03e8f70e2ec1",
            "type": "main",
            "index": 0
          },
          {
            "node": "cc5e0c42-01aa-47a5-925c-8e3063ebfcfd",
            "type": "main",
            "index": 0
          },
          {
            "node": "27025bf3-a8ba-4b50-a076-4b43dfb85f4a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "18d33f00-fe6a-421c-9fd3-2f0caa71f4bd": {
      "ai_tool": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "44fa0faf-4d15-4d40-b8c5-2f2bda41b057": {
      "main": [
        [
          {
            "node": "80a67e90-3b0c-468d-aabd-f0d473db5c8b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "965d5853-b0ea-4c5c-9c3d-6bf55030945f": {
      "main": [
        [
          {
            "node": "96832356-2ffc-41d2-aeee-14f6ab9cce2c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "584ebbd9-5f20-4cd8-8435-3c6fa2db527a": {
      "ai_tool": [
        [
          {
            "node": "83dd7fbc-a215-48ab-adb3-394bb7251452",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c7c0646a-a7ae-4186-8b42-f4d83ba516ef": {
      "main": [
        [
          {
            "node": "96832356-2ffc-41d2-aeee-14f6ab9cce2c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "09061eeb-642f-4f4c-bd23-c1c6f8860e88": {
      "ai_tool": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "fd659c06-c670-4baf-a668-bef56ec31de1": {
      "main": [
        [
          {
            "node": "7db762ea-339b-4d17-b57e-249634ad055c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a5318ca9-b843-44f6-9477-b2850811f091": {
      "main": [
        [
          {
            "node": "d8fc6b8c-b03c-4917-8f2a-e9f7ce6ea0db",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e49c8cc0-279c-49d9-9699-a807a1173eea": {
      "main": [
        [
          {
            "node": "a6afcc29-7c24-45a5-91f9-fd0362ee850a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "043e6e5d-7785-48a3-a7ee-adc5a181f1c2": {
      "ai_tool": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "83dd7fbc-a215-48ab-adb3-394bb7251452": {
      "ai_tool": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "8d94e473-424a-4784-8ae8-8eed18cfd7b7": {
      "main": [
        [
          {
            "node": "ac745c45-7580-456e-a496-03e8f70e2ec1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "365cdef7-f4eb-4428-b813-edb34f601f98": {
      "ai_reranker": [
        [
          {
            "node": "91baf464-fdf1-4d45-809b-6f904eff4354",
            "type": "ai_reranker",
            "index": 0
          }
        ]
      ]
    },
    "9df33c1b-c682-4a36-99a5-d4190e0b73a7": {
      "main": [
        [
          {
            "node": "96832356-2ffc-41d2-aeee-14f6ab9cce2c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0359340e-d8d5-413b-b40e-bdf939b62a43": {
      "main": [
        [
          {
            "node": "96832356-2ffc-41d2-aeee-14f6ab9cce2c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b5e79c10-7647-4ed2-b31a-8db04024e394": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a6de1318-7101-4358-8610-f45cd659001e": {
      "ai_embedding": [
        [
          {
            "node": "80a67e90-3b0c-468d-aabd-f0d473db5c8b",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "0277def2-25e8-4e48-ab60-ad19fb68df39": {
      "ai_embedding": [
        [
          {
            "node": "91baf464-fdf1-4d45-809b-6f904eff4354",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "91baf464-fdf1-4d45-809b-6f904eff4354": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "af277a1b-9937-41c2-b4d5-2471c66b65cf": {
      "ai_languageModel": [
        [
          {
            "node": "83dd7fbc-a215-48ab-adb3-394bb7251452",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "c90553f9-65b4-4284-8453-ec2b5112c7e0": {
      "ai_document": [
        [
          {
            "node": "80a67e90-3b0c-468d-aabd-f0d473db5c8b",
            "type": "ai_document",
            "index": 0
          }
        ]
      ]
    },
    "e31f90fd-a807-4b15-bbbf-b6de9a5108c8": {
      "ai_memory": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "96832356-2ffc-41d2-aeee-14f6ab9cce2c": {
      "main": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9877f738-e3b5-4973-a233-37255bac0cc6": {
      "ai_languageModel": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "0ab0e43e-5d25-4f73-a124-7e21e881d4a0": {
      "ai_languageModel": [
        [
          {
            "node": "1d097bd2-7c7a-4541-a162-46d1bf4a5055",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "b6849af3-6062-4368-8994-ca376479a5e0": {
      "ai_memory": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "99feec0e-c0da-40cc-af57-34496d15fb15": {
      "ai_tool": [
        [
          {
            "node": "14417687-e3fa-4ab8-9c8b-8e9b6c15e673",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "5f24bc02-2510-4dcf-b2f2-b32d114fdda8": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "d6ce37d1-c35c-41cb-8f39-b9195d80d353": {
      "ai_tool": [
        [
          {
            "node": "14417687-e3fa-4ab8-9c8b-8e9b6c15e673",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1d097bd2-7c7a-4541-a162-46d1bf4a5055": {
      "main": [
        [
          {
            "node": "8d94e473-424a-4784-8ae8-8eed18cfd7b7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0a7f8501-c9a7-47d6-b6b9-1a32de661ce0": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e18d26cf-8208-45ca-8e6e-fdb83e1127ba": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7d2702dd-3bef-4165-8568-0574491bad0f": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "4018894e-21d2-4c01-93aa-03132bdd423c": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "5567f996-6f8e-4abd-9a34-e0e1dcfbb1c2": {
      "ai_tool": [
        [
          {
            "node": "ebdfd923-6296-4252-b2b4-52364324cb8d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1329ca42-57fe-442f-b804-9c826514f621": {
      "ai_languageModel": [
        [
          {
            "node": "995f8927-d45e-46db-aacc-0f293a419602",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "dfdace36-b1b6-4c00-acb5-3ec811111402": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "5012eb86-62b4-4e0a-adb4-19045ad3d93e": {
      "main": [
        [
          {
            "node": "0b5e8931-4151-4e41-acc0-c75a62ade255",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "268a3365-4f6b-49fb-b599-408e0c66f26e": {
      "ai_textSplitter": [
        [
          {
            "node": "c90553f9-65b4-4284-8453-ec2b5112c7e0",
            "type": "ai_textSplitter",
            "index": 0
          }
        ]
      ]
    },
    "f9a2e5b2-6911-4a06-a253-f32af17fd2f5": {
      "main": [
        [
          {
            "node": "44fa0faf-4d15-4d40-b8c5-2f2bda41b057",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8b340a56-a810-41af-b148-af2fbae5c397": {
      "ai_tool": [
        [
          {
            "node": "043e6e5d-7785-48a3-a7ee-adc5a181f1c2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - 文書抽出, AIチャットボット

有料ですか?

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

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

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

作成者

Automation expert & n8n power user. I build advanced workflows combining AI, outbound, and business logic. Grab my templates or reach out for custom builds.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34