8
n8n 한국어amn8n.com

이메일 요약기

중급

이것은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