毎日のミーティング要約(Googleカレンダー + Gemini AI、Slack-Discord-WhatsApp対応)

中級

これはPersonal Productivity, AI Summarization分野の自動化ワークフローで、9個のノードを含みます。主にSlack, Discord, WhatsApp, Agent, ScheduleTriggerなどのノードを使用。 Google カレンダーとGemini AIを使用した毎日の会議要約、Slack・Discord・WhatsApp対応

前提条件
  • Slack Bot Token または Webhook URL
  • Discord Bot Token または Webhook
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "nodes": [
    {
      "id": "c8b0129b-4640-4b46-9626-b42fdd676840",
      "name": "付箋ノート",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "a0bc0097-efdd-4a45-9129-55f620d7f7f3",
      "name": "Google Gemini チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        96,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d8e03223-2917-4470-919a-771f141a077a",
      "name": "Google カレンダー2",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        512,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "824ed333-9716-4485-800e-ff5e9a01277b",
      "name": "Google カレンダー1",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        304,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "12afd813-c97a-4b09-af1d-3d9aa0614253",
      "name": "Discordに送信",
      "type": "n8n-nodes-base.discord",
      "position": [
        832,
        0
      ],
      "webhookId": "43f7291e-f498-47dd-8d5d-ad7e8985f6cc",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4b0933c1-451f-4745-b623-14503749d215",
      "name": "WhatsAppに送信",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        832,
        192
      ],
      "webhookId": "98fd8d5f-09b6-4f94-97b3-9f36ebcda4ce",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
      "name": "Slackに送信",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        -192
      ],
      "webhookId": "f3e29a3d-e761-4842-a6e3-e5a4ac264302",
      "parameters": {},
      "typeVersion": 2.3
    }
  ],
  "pinData": {},
  "connections": {
    "7ecd8a91-3da1-494a-bcb0-8b02343f8489": {
      "main": [
        [
          {
            "node": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
            "type": "main",
            "index": 0
          },
          {
            "node": "12afd813-c97a-4b09-af1d-3d9aa0614253",
            "type": "main",
            "index": 0
          },
          {
            "node": "4b0933c1-451f-4745-b623-14503749d215",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "37a811a6-b5d1-4ef5-ac28-20d6e152f54c": {
      "main": [
        []
      ]
    },
    "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff": {
      "main": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "824ed333-9716-4485-800e-ff5e9a01277b": {
      "ai_tool": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "d8e03223-2917-4470-919a-771f141a077a": {
      "ai_tool": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a0bc0097-efdd-4a45-9129-55f620d7f7f3": {
      "ai_languageModel": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 個人の生産性, AI要約

有料ですか?

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

関連ワークフロー

サポートチケットの優先度設定自動化
JotForm、Gemini AI、ClickUpタスクを使用したサポートチケット優先度の自動化
If
Gmail
Slack
+
If
Gmail
Slack
15 ノードZain Khan
チケット管理
Redditニュース自動化プロフェッショナル版 - マルチプラットフォーム要約
Telegram、Discord、Slack向けにGeminiでAI精选Reddit要約を生成する
If
Set
Code
+
If
Set
Code
25 ノードHemanth Arety
市場調査
SerpAPI、Gemini AI フィルター、メール通知を使った求人クローリングの自動化
SerpAPI、Gemini AIフィルターとメール通知を使用した自動職缺スクレイピング
Set
Wait
Merge
+
Set
Wait
Merge
35 ノードLouis
個人の生産性
AI駆動メールマーケティング、Google Gemini、Gmail、Sheetsとの統合
AI駆動メールマーケティング、Google Gemini、Gmail、Sheetsとの統合
If
Set
Gmail Tool
+
If
Set
Gmail Tool
13 ノードZain Khan
リードナーチャリング
AIを活用した会議調査とデイリーアジェンダ(Googleカレンダー、Attio CRM、Slack)
AIを活用した会議調査とデイリーアジェンダ:Googleカレンダー、Attio CRM、Slackを使用
If
Set
Code
+
If
Set
Code
30 ノードHarry Siggins
AI要約
高度なマルチエージェントAIパーソナルアシスタント(250+タスク対応、WhatsApp + GPT)
高度なマルチエージェントAIパーソナルアシスタント(250以上のタスク対応、WhatsApp + GPT)
Set
Switch
Whats App
+
Set
Switch
Whats App
213 ノードElectrabot
個人の生産性
ワークフロー情報
難易度
中級
ノード数9
カテゴリー2
ノードタイプ8
難易度説明

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

作成者
Zain Khan

Zain Khan

@zain

I partner with businesses to streamline processes and accelerate growth through intelligent AI automation and Web/mobile Development. Leveraging deep expertise in GPT-4, LangChain, and n8n, I develop AI-powered agents and sophisticated LLM pipelines.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34