Gmail AI 자동 답변
중급
이것은Multimodal AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 If, Set, Gmail, GmailTrigger, Agent 등의 노드를 사용하며. Gmail 자동 답변 생성기, GPT-4o-mini 사용
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •OpenAI API Key
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"name": "Gmail Auto-Reply with AI",
"tags": [],
"nodes": [
{
"id": "50972917-6da6-4b55-b18b-0bd96445e9f8",
"name": "새 이메일 트리거",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
0,
-352
],
"parameters": {
"filters": {
"readStatus": "unread"
},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1.3
},
{
"id": "f42bb871-a182-4708-aa12-65f6c9c5ee28",
"name": "읽지 않은 이메일 가져오기",
"type": "n8n-nodes-base.gmail",
"position": [
224,
-352
],
"parameters": {
"simple": false,
"options": {},
"messageId": "={{ $json.id }}",
"operation": "get"
},
"typeVersion": 2.1
},
{
"id": "c0ce4d37-a5ce-4926-9edf-5aa68d80426a",
"name": "필요한 필드 가져오기",
"type": "n8n-nodes-base.set",
"position": [
448,
-352
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"name": "threadId",
"type": "string",
"value": "={{ $json.threadId }}"
},
{
"name": "id",
"type": "string",
"value": "={{ $json.id }}"
},
{
"name": "From",
"type": "string",
"value": "={{ $json.headers.from }}"
},
{
"name": "message",
"type": "string",
"value": "={{ $json.text }}"
},
{
"name": "subject",
"type": "string",
"value": "={{ $json.subject }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "64d9c2c7-0ef8-49f2-9c6c-5b0aabd27112",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
672,
-352
],
"parameters": {
"text": "=You are an assistant that helps draft email replies.\n\nYour task:\n1. Read the email message below:\n\"{{ $json.message }}\"\n\n2. Decide if this is an email that requires a reply. \n - If it's spam, a notification, or irrelevant, set `isReply` to false. \n - If it's a genuine message that can be replied to, set `isReply` to true. \n\n3. If `isReply` is true, draft a short and polite reply that: \n - Acknowledges the sender. \n - Is under 120 words. \n - Does not promise action you cannot take. \n\n4. Return the result **only in valid JSON**, no extra text.\n\nJSON format to return:\n{\n \"isReply\": true | false,\n \"response\": \"string or empty if isReply is false\"\n}",
"options": {},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2.2
},
{
"id": "5673e94b-82b0-407f-9db4-60b35dfb8253",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
680,
-128
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "gpt-4o-mini"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "00fe0a38-cc10-492e-86d6-af0494c8afc9",
"name": "구조화된 출력",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
808,
-128
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"object\",\n \"properties\": {\n \"isReply\": {\n \"type\": \"boolean\",\n \"description\": \"Whether the email requires a reply\"\n },\n \"response\": {\n \"type\": \"string\",\n \"description\": \"The drafted reply text if isReply is true, otherwise empty\"\n }\n },\n \"required\": [\"isReply\", \"response\"]\n}\n"
},
"typeVersion": 1.3
},
{
"id": "7fd55349-a8a3-4c1b-8dc8-221a50915a5e",
"name": "AI 에이전트가 응답할 수 있나요?",
"type": "n8n-nodes-base.if",
"position": [
1024,
-352
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.output.isReply }}",
"rightValue": "true"
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "ba0480ca-4f1d-4813-b6d8-674ec1f2bafe",
"name": "초안 작성",
"type": "n8n-nodes-base.gmail",
"position": [
1248,
-352
],
"parameters": {
"message": "={{ $json.output.response }}",
"options": {
"threadId": "={{ $('Get Required Fields').item.json.threadId }}"
},
"subject": "={{ $('Get Required Fields').item.json.subject }}",
"resource": "draft"
},
"typeVersion": 2.1
},
{
"id": "be177f90-54e7-472f-8b30-3dd6c8c1f4a3",
"name": "이메일에 'Action' 라벨 지정",
"type": "n8n-nodes-base.gmail",
"position": [
1472,
-352
],
"parameters": {
"labelIds": [
"Label_4601850039988562325"
],
"resource": "thread",
"threadId": "={{ $('Get Required Fields').item.json.threadId }}",
"operation": "addLabels"
},
"typeVersion": 2.1
},
{
"id": "434ebfe4-410a-4f49-9285-cfd6256abb6f",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
0
],
"parameters": {
"width": 336,
"content": "## 🛠️ Setup Instructions\n - Connect Gmail and OpenAI credentials before activating.\n - Make sure your Gmail has a label called `Action`."
},
"typeVersion": 1
},
{
"id": "77831399-3e74-454e-8e27-b9d6e2af638c",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
608,
-576
],
"parameters": {
"color": 5,
"width": 368,
"height": 656,
"content": "## ⚠️ Reply Logic\n - AI won't reply to spam, notifications, or irrelevant messages.\n - Only genuine messages get responses. You can review drafts before sending.\n - Tweak the AI agent's prompt to match your brand voice."
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"connections": {
"5673e94b-82b0-407f-9db4-60b35dfb8253": {
"ai_languageModel": [
[
{
"node": "64d9c2c7-0ef8-49f2-9c6c-5b0aabd27112",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"64d9c2c7-0ef8-49f2-9c6c-5b0aabd27112": {
"main": [
[
{
"node": "7fd55349-a8a3-4c1b-8dc8-221a50915a5e",
"type": "main",
"index": 0
}
]
]
},
"ba0480ca-4f1d-4813-b6d8-674ec1f2bafe": {
"main": [
[
{
"node": "be177f90-54e7-472f-8b30-3dd6c8c1f4a3",
"type": "main",
"index": 0
}
]
]
},
"f42bb871-a182-4708-aa12-65f6c9c5ee28": {
"main": [
[
{
"node": "c0ce4d37-a5ce-4926-9edf-5aa68d80426a",
"type": "main",
"index": 0
}
]
]
},
"00fe0a38-cc10-492e-86d6-af0494c8afc9": {
"ai_outputParser": [
[
{
"node": "64d9c2c7-0ef8-49f2-9c6c-5b0aabd27112",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"c0ce4d37-a5ce-4926-9edf-5aa68d80426a": {
"main": [
[
{
"node": "64d9c2c7-0ef8-49f2-9c6c-5b0aabd27112",
"type": "main",
"index": 0
}
]
]
},
"50972917-6da6-4b55-b18b-0bd96445e9f8": {
"main": [
[
{
"node": "f42bb871-a182-4708-aa12-65f6c9c5ee28",
"type": "main",
"index": 0
}
]
]
},
"7fd55349-a8a3-4c1b-8dc8-221a50915a5e": {
"main": [
[
{
"node": "ba0480ca-4f1d-4813-b6d8-674ec1f2bafe",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
내 작업 흐름
Gmail 정리: GPT-4 사용하여 비활동 메일 분류 및 아카이브
If
Set
Gmail
+
If
Set
Gmail
13 노드Matt Chong | n8n Creator
AI 요약
AI 자동 이메일 라우팅 및 Slack 알림 전송
GPT-4o로 Gmail 메일 자동 분류 및 우선순위 Slack 알림 전송
Set
Gmail
Slack
+
Set
Gmail
Slack
7 노드Matt Chong | n8n Creator
AI 요약
AI驱动의이메일分诊与자동回复系统,통합OpenAI에이전트및Gmail
AI驱动의이메일分诊与자동回复系统,통합OpenAI에이전트및Gmail
If
Set
Gmail
+
If
Set
Gmail
68 노드Abdullahi Ahmed
콘텐츠 제작
적응형 이메일 자동 응답기 (GPT-4, RAG 및 인간 피드백 루프)
自适应이메일자동回复器(GPT-4、RAG및人工反馈循环)
If
Set
Gmail
+
If
Set
Gmail
38 노드LeeWei
콘텐츠 제작
스폰서십 거래 이메일 자동화
Gmail 및 GPT-4를 사용한 스폰서 딜 이메일 응답 자동화
If
Set
Gmail
+
If
Set
Gmail
16 노드Pramod Kumar Rathoure
AI 요약
Gmail, GPT-4 및 벡터 지식 베이스를 사용한 자동화된 고객 지원 시스템
Gmail, GPT-4 및 벡터 지식 베이스를 사용한 자동화된 고객 지원 시스템
If
Set
Code
+
If
Set
Code
32 노드Khair Ahammed
AI RAG
워크플로우 정보
난이도
중급
노드 수11
카테고리1
노드 유형8
저자
Matt Chong | n8n Creator
@mattxchongAutomation nerd fueled by good coffee, deep curiosity, and clean flows.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유