メール要約ツール

中級

これはAI Summarization, Multimodal AI分野の自動化ワークフローで、10個のノードを含みます。主にIf, Set, GoogleSheets, EmailReadImap, Agentなどのノードを使用。 OpenRouter AIとGoogleスプレッドシートで企業メールを分類・追跡

前提条件
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "qe52pIYq3o37sFft",
  "meta": {
    "instanceId": "933df83c84196d70ce3ffd0bf5d3e1aca31b7366f2f84e1f3482640096e4a3a9",
    "templateCredsSetupCompleted": true
  },
  "name": "Email Summariser",
  "tags": [],
  "nodes": [
    {
      "id": "a021c340-eef0-4a3c-8df0-f8cd6e68ecfa",
      "name": "メールトリガー (IMAP)",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "3b6077d0-c6f7-4042-bd92-4cbb527c59a4",
      "name": "シート内の行を取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6,
      "alwaysOutputData": true
    },
    {
      "id": "1783b0f3-a0b6-4b35-87ef-c4d68b9d4a47",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        448,
        0
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 2.1
    },
    {
      "id": "5e070553-76aa-44f0-8c46-e0e123e8b9a7",
      "name": "カテゴリ検索",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        848,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6,
      "alwaysOutputData": true
    },
    {
      "id": "b7364f49-c255-447c-b72d-47109c60a142",
      "name": "条件分岐",
      "type": "n8n-nodes-base.if",
      "position": [
        1072,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "d1543da0-190c-40a1-8898-64dbbe2a5a1d",
      "name": "フィールド編集",
      "type": "n8n-nodes-base.set",
      "position": [
        1296,
        -96
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "2f4f885a-37fc-41e9-b128-edb50fdb3450",
      "name": "リクエストカウント更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1520,
        -96
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "9e707831-5249-4995-b5f1-9d84842b46ac",
      "name": "シートに行を追加",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1296,
        96
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "e0651f0d-9045-42a9-8983-7b20578d600b",
      "name": "oAI OSS",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        416,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9d51f552-3d31-4f71-82b7-dca150e65c94",
      "name": "カテゴリとリクエスト",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        688,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d7a7c964-d0b3-4dd9-a8c0-dfbb494baae2",
  "connections": {
    "b7364f49-c255-447c-b72d-47109c60a142": {
      "main": [
        [
          {
            "node": "d1543da0-190c-40a1-8898-64dbbe2a5a1d",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "9e707831-5249-4995-b5f1-9d84842b46ac",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e0651f0d-9045-42a9-8983-7b20578d600b": {
      "ai_languageModel": [
        [
          {
            "node": "1783b0f3-a0b6-4b35-87ef-c4d68b9d4a47",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "1783b0f3-a0b6-4b35-87ef-c4d68b9d4a47": {
      "main": [
        [
          {
            "node": "5e070553-76aa-44f0-8c46-e0e123e8b9a7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d1543da0-190c-40a1-8898-64dbbe2a5a1d": {
      "main": [
        [
          {
            "node": "2f4f885a-37fc-41e9-b128-edb50fdb3450",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5e070553-76aa-44f0-8c46-e0e123e8b9a7": {
      "main": [
        [
          {
            "node": "b7364f49-c255-447c-b72d-47109c60a142",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9d51f552-3d31-4f71-82b7-dca150e65c94": {
      "ai_outputParser": [
        [
          {
            "node": "1783b0f3-a0b6-4b35-87ef-c4d68b9d4a47",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "3b6077d0-c6f7-4042-bd92-4cbb527c59a4": {
      "main": [
        [
          {
            "node": "1783b0f3-a0b6-4b35-87ef-c4d68b9d4a47",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a021c340-eef0-4a3c-8df0-f8cd6e68ecfa": {
      "main": [
        [
          {
            "node": "3b6077d0-c6f7-4042-bd92-4cbb527c59a4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - AI要約, マルチモーダルAI

有料ですか?

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

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

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34