간단한 이메일 분류기
중급
이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 Gmail, GmailTrigger, LmChatOpenAi, TextClassifier 등의 노드를 사용하며. GPT-4 Mini 분류 기반 Gmail 메일 자동 분류
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "GW8BgSXuDRHwmSI6",
"meta": {
"instanceId": "e73c77a832a4af1fdbfd95e61201dd65dffb85871e88031e3f1475c5661e7b54",
"templateCredsSetupCompleted": true
},
"name": "Simple emails classifier",
"tags": [],
"nodes": [
{
"id": "a06f8baa-e67e-49ed-b471-74fc05fc6b38",
"name": "Gmail 트리거",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
-560,
192
],
"parameters": {
"filters": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"gmailOAuth2": {
"id": "2B6GbcGNkQi4VDzQ",
"name": "Gmail account"
}
},
"typeVersion": 1.3
},
{
"id": "fc3e3e26-d404-412c-8d2d-03988214773c",
"name": "텍스트 분류기",
"type": "@n8n/n8n-nodes-langchain.textClassifier",
"position": [
-352,
160
],
"parameters": {
"options": {},
"inputText": "=subject: {{ $json.Subject }}\nMessage: {{ $json.snippet }}",
"categories": {
"categories": [
{
"category": "Business",
"description": "Anything from friends or co-workers related to work"
},
{
"category": "Sales",
"description": "Anything sounds like a cold email or someone trying to sell you something soft or hard way"
},
{
"category": "Meetings",
"description": "anything mentioning a meeting or a schedule or maybe a reminder"
},
{
"category": "Random",
"description": "Anything that doesn't fall into our 3 categories"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "8eb5fcae-9d32-445f-88a1-4203585be43a",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-352,
384
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "iuyzWhX2JGVK5PCn",
"name": "OpenAI Hostinger"
}
},
"typeVersion": 1.2
},
{
"id": "1a4ea43d-2cc5-4931-bd5f-8adeebe20334",
"name": "아무 작업 없음",
"type": "n8n-nodes-base.noOp",
"position": [
0,
368
],
"parameters": {},
"typeVersion": 1
},
{
"id": "190c147b-d1e0-4aa0-ad3f-eadc012ff546",
"name": "비즈니스",
"type": "n8n-nodes-base.gmail",
"position": [
0,
0
],
"webhookId": "f69cb642-4f22-4d3a-8107-af33f3760576",
"parameters": {
"labelIds": [
"IMPORTANT"
],
"resource": "thread",
"threadId": "={{ $('Gmail Trigger').item.json.id }}",
"operation": "addLabels"
},
"credentials": {
"gmailOAuth2": {
"id": "2B6GbcGNkQi4VDzQ",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "780c4ca1-a6c6-404b-8643-498a4badb9bf",
"name": "콜드 이메일",
"type": "n8n-nodes-base.gmail",
"position": [
192,
96
],
"webhookId": "0a6b8d61-f922-4462-b8b3-26bb6d6aec27",
"parameters": {
"resource": "thread",
"threadId": "={{ $json.id }}",
"operation": "delete"
},
"credentials": {
"gmailOAuth2": {
"id": "2B6GbcGNkQi4VDzQ",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "6ca3d75f-410b-49a1-a685-7bbbad760074",
"name": "회의",
"type": "n8n-nodes-base.gmail",
"position": [
192,
256
],
"webhookId": "f69cb642-4f22-4d3a-8107-af33f3760576",
"parameters": {
"labelIds": [
"YELLOW_STAR"
],
"resource": "thread",
"threadId": "={{ $('Gmail Trigger').item.json.id }}",
"operation": "addLabels"
},
"credentials": {
"gmailOAuth2": {
"id": "2B6GbcGNkQi4VDzQ",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "4befbb3e-c00c-443d-b216-90f61cf5ac64",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-928,
128
],
"parameters": {
"color": 6,
"width": 272,
"height": 240,
"content": "## Guide\n\nSetup your openai credentials: https://platform.openai.com/settings/organization/api-keys\n\nSetup your gmail credentials\nand you are ready to go: https://console.cloud.google.com/"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "72a6698f-fc14-4c0a-8838-3f08023a5220",
"connections": {
"a06f8baa-e67e-49ed-b471-74fc05fc6b38": {
"main": [
[
{
"node": "fc3e3e26-d404-412c-8d2d-03988214773c",
"type": "main",
"index": 0
}
]
]
},
"fc3e3e26-d404-412c-8d2d-03988214773c": {
"main": [
[
{
"node": "190c147b-d1e0-4aa0-ad3f-eadc012ff546",
"type": "main",
"index": 0
}
],
[
{
"node": "780c4ca1-a6c6-404b-8643-498a4badb9bf",
"type": "main",
"index": 0
}
],
[
{
"node": "6ca3d75f-410b-49a1-a685-7bbbad760074",
"type": "main",
"index": 0
}
],
[
{
"node": "1a4ea43d-2cc5-4931-bd5f-8adeebe20334",
"type": "main",
"index": 0
}
]
]
},
"8eb5fcae-9d32-445f-88a1-4203585be43a": {
"ai_languageModel": [
[
{
"node": "fc3e3e26-d404-412c-8d2d-03988214773c",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - AI 요약, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Gmail, GPT 및 스프레드시트를 사용한 자동화된 이메일 분류 및 응답 시스템
Gmail, GPT 및 Sheets를 사용한 자동화된 이메일 분류 및 응답 시스템
Set
Gmail
Error Trigger
+
Set
Gmail
Error Trigger
35 노드Sergio Afonso
AI 요약
아이젠하워 매트릭스와 GPT-4.1-mini를 사용한 Gmail 메일 트라이아지 자동화
아이젠하워 매트릭스와 GPT-4.1-mini를 사용한 Gmail 이메일 분류(Triage) 자동화
Gmail
Filter
Gmail Trigger
+
Gmail
Filter
Gmail Trigger
18 노드Cristian Tala Sánchez
AI 요약
스폰서십 거래 이메일 자동화
Gmail 및 GPT-4를 사용한 스폰서 딜 이메일 응답 자동화
If
Set
Gmail
+
If
Set
Gmail
16 노드Pramod Kumar Rathoure
AI 요약
받은편지함 관리 에이전트
GPT-5 분류를 사용하여 Gmail 이메일 자동 라벨링
Gmail
Gmail Trigger
Lm Chat Open Ai
+
Gmail
Gmail Trigger
Lm Chat Open Ai
8 노드Abideen Bello
AI 요약
GPT-4o-mini를 사용하여 Gmail 이메일을 분류하고 Telegram 알림을 보내기
GPT-4o-mini를 사용하여 Gmail 이메일을 분류하고 Telegram 알림을 보내
Gmail
Telegram
Gmail Trigger
+
Gmail
Telegram
Gmail Trigger
13 노드Christian Moises
AI 요약
AI 생성 Zoom 회의 요약
GPT-4O와 Google Docs를 사용하여 전문 Zoom 회의 요약 생성
Set
Gmail
Markdown
+
Set
Gmail
Markdown
18 노드inderjeet Bhambra
AI 요약
워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형6
저자
Ilyass Kanissi
@ilyassI design and build custom no-code and low-code automations using n8n to help businesses save hours of manual work, streamline operations, and create clean, scalable workflows.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유