8
n8n 한국어amn8n.com

매일 회의 요약 (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": "Send to 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": "Send to 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": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        -192
      ],
      "webhookId": "f3e29a3d-e761-4842-a6e3-e5a4ac264302",
      "parameters": {},
      "typeVersion": 2.3
    }
  ],
  "pinData": {},
  "connections": {
    "AI Agent": {
      "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": [
        []
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 1": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 2": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 개인 생산성, AI 요약

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수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