8
n8n 한국어amn8n.com

내 워크플로우

중급

이것은AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 Agent, GoogleCalendarTool, ChatTrigger, LmChatGoogleGemini, MemoryBufferWindow 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Gemini 1.5 Flash 자연어를 사용하여 Google 일정 이벤트 관리

사전 요구사항
  • Google Gemini API Key

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "Zmia0j2r2xRgGc2J",
  "meta": {
    "instanceId": "2ed3b4c67898ec0d15be592aec8553e47045965b0e62ca6019ef4c1b0da74bc4",
    "templateCredsSetupCompleted": true
  },
  "name": "My workflow",
  "tags": [],
  "nodes": [
    {
      "id": "ba7b6068-39e1-415b-9fd4-591304c2e37b",
      "name": "Google 캘린더1",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        160,
        20
      ],
      "parameters": {
        "options": {},
        "timeMax": "={{ $fromAI(\"beforeDate\", \"This is the time user wants to search for the event past\") }}",
        "timeMin": "={{ $fromAI(\"afterDate\", \"This is the time user wants to search for the event past\") }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "7b358b08789959448cf50f4eba906fdbc4e260825dbaaffb5b4aac4ae80e2650@group.calendar.google.com",
          "cachedResultName": "testn8n"
        },
        "operation": "getAll"
      },
      "typeVersion": 1.3
    },
    {
      "id": "e7fd1c3d-5f5c-4033-b9a9-5a97fa930a1c",
      "name": "Google 캘린더",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        -60,
        80
      ],
      "parameters": {
        "end": "={{ $fromAI(\"endTime\",\"This is the end time of the event\") }}",
        "start": "={{ $fromAI(\"startTime\",\"This is the start time of the event\") }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "7b358b08789959448cf50f4eba906fdbc4e260825dbaaffb5b4aac4ae80e2650@group.calendar.google.com",
          "cachedResultName": "testn8n"
        },
        "additionalFields": {
          "summary": "={{ $fromAI(\"summary\",\"This is the summary/title of the event\") }}"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "78f963b1-2581-4106-96f8-9142319154d4",
      "name": "심플 메모리",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -320,
        60
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "c78dad7d-0997-4ac8-b30d-9d8563665059",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -560,
        140
      ],
      "parameters": {
        "options": {},
        "modelName": "models/gemini-1.5-flash"
      },
      "typeVersion": 1
    },
    {
      "id": "2dd0a798-19df-4579-899d-09d92be3a3ce",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -280,
        -200
      ],
      "parameters": {
        "options": {
          "systemMessage": "=You are a helpful assistant\n\nThe current date is {{ $now }}.\n\nYou are connected to a Google Calendar tool that lets you search for calendar events between two dates using the variables `afterDate` and `beforeDate` in ISO format (e.g., 2025-06-24T00:00:00Z). When the user asks for events, you must extract those fields and return them to the tool to make the query.\n"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "3a00ee73-ae8e-4913-b948-2ff2308b8775",
      "name": "채팅 메시지 수신 시",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -580,
        -220
      ],
      "webhookId": "61386d2a-d33e-49b6-b1ad-5cdc6fe9059f",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "d6300f52-3c5f-47e8-9dce-2018f22b081d",
      "name": "메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -300
      ],
      "parameters": {
        "height": 240,
        "content": "Send the prompt if we want to set the event on the calendar or get events available in the calendar"
      },
      "typeVersion": 1
    },
    {
      "id": "e48711cf-8484-42eb-950e-937baa5cee76",
      "name": "메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -300
      ],
      "parameters": {
        "width": 360,
        "height": 220,
        "content": "Responsible for injecting the system prompt so things that are related for the project is only carried out. Also connects Gemini, Memory and calendar application together"
      },
      "typeVersion": 1
    },
    {
      "id": "cdb655b0-52e8-4335-9570-0b05b06418b1",
      "name": "메모2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        40
      ],
      "parameters": {
        "width": 220,
        "height": 240,
        "content": "Takes in the prompt and gives out the small event name based on the prompt"
      },
      "typeVersion": 1
    },
    {
      "id": "56b1989b-73e4-4548-a8ee-c0da3f1d8d9b",
      "name": "메모3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        60
      ],
      "parameters": {
        "height": 200,
        "content": "\n\n\n\n\n\n\n\n\nInbuilt memory for n8n which will store the value prompt received by AI agent so model can remember the conversation"
      },
      "typeVersion": 1
    },
    {
      "id": "bbfa4e3b-de8a-4453-ae33-7d656a0324a0",
      "name": "메모4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        60
      ],
      "parameters": {
        "width": 200,
        "height": 240,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\nCalendar node responsible for adding event in the calendar"
      },
      "typeVersion": 1
    },
    {
      "id": "90780243-d4a9-41f0-8359-4ed773198660",
      "name": "메모5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        -20
      ],
      "parameters": {
        "width": 200,
        "height": 240,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\nCalendar node responsible for getting all the events in asked timeframe"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d64ed07c-8f62-404c-84b2-80f4bac64809",
  "connections": {
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar1": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 인공지능

유료인가요?

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

워크플로우 정보
난이도
중급
노드 수12
카테고리1
노드 유형6
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34