저의 작업 흐름
중급
이것은Other, AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 Gmail, Aggregate, Agent, ScheduleTrigger, LmChatOpenRouter 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Gmail, OpenRouter 및 LangChain의 AI 요약을 사용한 매일 이메일 요약
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "lPYVaz2xbN5zFDIL",
"meta": {
"instanceId": "cbc68f6c587084f6fe53914a07ed22d475640cb7a6f4ade193e6f0c6d7a06ce8"
},
"name": "My workflow",
"tags": [
{
"id": "DaQLpYItTEM2y8Gt",
"name": "Product",
"createdAt": "2025-06-17T10:48:17.486Z",
"updatedAt": "2025-06-17T10:48:17.486Z"
},
{
"id": "6X5c5WbCRWtxJbl2",
"name": "AI",
"createdAt": "2025-06-17T10:48:17.367Z",
"updatedAt": "2025-06-17T10:48:17.367Z"
},
{
"id": "ycHNTMiM8vy98zu1",
"name": "Building blocks",
"createdAt": "2025-06-17T10:48:17.563Z",
"updatedAt": "2025-06-17T10:48:17.563Z"
},
{
"id": "UJ6au0mv063gOupq",
"name": "Finance",
"createdAt": "2025-06-17T10:48:17.583Z",
"updatedAt": "2025-06-17T10:48:17.583Z"
},
{
"id": "CaWiGPzJpyfUHdxp",
"name": "IT Ops",
"createdAt": "2025-06-17T10:48:17.388Z",
"updatedAt": "2025-06-17T10:48:17.388Z"
},
{
"id": "6Uolue5XigSZ2IYx",
"name": "OpenAI",
"createdAt": "2025-06-17T10:48:17.508Z",
"updatedAt": "2025-06-17T10:48:17.508Z"
},
{
"id": "nA8GpDM4XoG5aJ0A",
"name": "Marketing",
"createdAt": "2025-06-17T10:48:17.532Z",
"updatedAt": "2025-06-17T10:48:17.532Z"
},
{
"id": "J4gTJX9lSPm3wByF",
"name": "Support",
"createdAt": "2025-06-17T10:48:17.464Z",
"updatedAt": "2025-06-17T10:48:17.464Z"
},
{
"id": "i294x7TPtUQgJkmv",
"name": "HR",
"createdAt": "2025-06-17T10:48:17.426Z",
"updatedAt": "2025-06-17T10:48:17.426Z"
}
],
"nodes": [
{
"id": "895894ff-943d-4cd0-9311-791b35e4ca57",
"name": "지난 24시간 이메일 가져오기",
"type": "n8n-nodes-base.gmail",
"position": [
-800,
180
],
"webhookId": "20f1d11d-8a69-43f3-9323-33eaf1b3b600",
"parameters": {
"filters": {
"q": "={{ \n (() => {\n const yesterday = new Date();\n yesterday.setDate(yesterday.getDate() - 1);\n return `isb.quantana@quantana.in after:${yesterday.getFullYear()}/${(yesterday.getMonth() + 1).toString().padStart(2, '0')}/${yesterday.getDate().toString().padStart(2, '0')}`;\n })()\n}}"
},
"operation": "getAll",
"returnAll": true
},
"typeVersion": 2.1
},
{
"id": "5518a4f6-5d68-46bf-b29b-1830379917a9",
"name": "이메일 데이터 정리 - 아침",
"type": "n8n-nodes-base.aggregate",
"position": [
-580,
180
],
"parameters": {
"include": "specifiedFields",
"options": {},
"aggregate": "aggregateAllItemData",
"fieldsToInclude": "id, From, To, CC, snippet"
},
"typeVersion": 1
},
{
"id": "d5598f1c-86a2-49b3-b659-bba4d063878c",
"name": "요약 전송 - 아침",
"type": "n8n-nodes-base.gmail",
"position": [
16,
180
],
"webhookId": "83f2aeb9-7b6c-4336-b5ed-8acfcd259850",
"parameters": {
"sendTo": "team-email@example.com",
"message": "=<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Email Summary - isbonline@quantana.in</title>\n <style>\n body {\n font-family: Arial, sans-serif;\n margin: 0;\n padding: 0;\n background-color: #f9f9f9;\n color: #333;\n line-height: 1.6;\n }\n .email-container {\n max-width: 600px;\n margin: 20px auto;\n background: #ffffff;\n border: 1px solid #ddd;\n border-radius: 10px;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n }\n .email-header {\n background-color: #0073e6;\n color: #fff;\n padding: 20px;\n text-align: center;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n }\n .email-header h1 {\n margin: 0;\n font-size: 24px;\n }\n .email-content {\n padding: 20px;\n }\n .section-title {\n font-size: 20px;\n color: #0073e6;\n margin-bottom: 10px;\n }\n ul {\n list-style: none;\n padding: 0;\n }\n ul li {\n margin: 10px 0;\n padding: 10px;\n background: #f4f4f4;\n border-left: 4px solid #0073e6;\n border-radius: 5px;\n }\n .action-item {\n font-weight: bold;\n margin: 5px 0;\n }\n .action-detail {\n margin-left: 10px;\n }\n .email-footer {\n background-color: #0073e6;\n color: #fff;\n text-align: center;\n padding: 10px;\n font-size: 14px;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n }\n </style>\n</head>\n<body>\n <div class=\"email-container\">\n <div class=\"email-header\">\n <h1>Email Summary</h1>\n </div>\n <div class=\"email-content\">\n <div>\n <h2 class=\"section-title\">Summary of Emails:</h2>\n <ul>\n {{ $json.message.content.summary_of_emails.map(email => `<li>${email}</li>`).join('') }}\n </ul>\n </div>\n <div>\n <h2 class=\"section-title\">Actions:</h2>\n <ul>\n {{ $json.message.content.actions.map(action => `\n <li>\n <span class=\"action-item\">${action.name}:</span>\n <span class=\"action-detail\">${action.action}</span>\n </li>\n `).join('') }}\n </ul>\n </div>\n </div>\n <div class=\"email-footer\">\n <p>Generated by Quantana ESAgent <br /> A Quantana AI Labs Initiative\n </div>\n </div>\n</body>\n</html>",
"options": {
"ccList": "cc-list@example.com",
"appendAttribution": false,
"replyToSenderOnly": false
},
"subject": "=ESAgent - {{ new Date(new Date().setDate(new Date().getDate() - 1)).toLocaleDateString('en-GB', { day: '2-digit', month: 'short', year: 'numeric' }) }}-00:00 to {{ new Date(new Date().setDate(new Date().getDate())).toLocaleDateString('en-GB', { day: '2-digit', month: 'short', year: 'numeric' }) }}-07:00AM"
},
"typeVersion": 2.1
},
{
"id": "7480f9af-2026-437c-800c-be49eef1895b",
"name": "매일 오전 8시 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1020,
180
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 7
}
]
}
},
"typeVersion": 1.2
},
{
"id": "ab7c5ea2-81a6-4d8d-932c-2de023164304",
"name": "OpenRouter 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
-332,
400
],
"parameters": {
"options": {}
},
"credentials": {
"openRouterApi": {
"id": "W9KyGINw1pnCGjLT",
"name": "OpenRouter account"
}
},
"typeVersion": 1
},
{
"id": "ddf9f7ee-630e-4b3d-8e84-d157d129c671",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-212,
400
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "309bfb47-72e1-4396-ad5f-dc656ea4eefa",
"name": "이메일 요약기",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-360,
180
],
"parameters": {
"options": {
"systemMessage": "Email Processing System\n\nStep 1: Extract Key Details\nRead the email thoroughly and identify:\n\nMain topics discussed\n\nCritical data points (dates, numbers, names)\n\nExplicit requests or requirements\n\nProblems or concerns raised\n\nStep 2: Organize Output\nSummary of Email\nBullet-point list of key takeaways\n\nExample:\n\nProject deadline extended to March 15\n\nNew compliance rules apply to all vendors\n\nIssues Identified\nList problems with context:\n\nIssue: Vendor delay impacting timeline\n\nImpact: Risk to Q2 launch\n\nAction Items\nClear tasks with owners:\n\nTask: Approve revised budget\n\nOwner: Finance Team\n\nDeadline: EOD Friday\n\nFollow-Up Needed\nOpen questions or missing info:\n\n\"Confirm if the client approved the scope change?\"\n\nRules for Clarity\n✔ Be concise – 1 line per point\n✔ Prioritize – Flag urgent items with [!]\n✔ Ownership – Always note who needs to act\n✔ Use plain language – Avoid jargon\n\nExample Output:\n\nSummary\n\nMarketing campaign paused due to budget review\n\nNew analytics tool rollout delayed by 2 weeks\n\nIssues\n\n[!] Budget approval missing – blocking all spend\n\nLow engagement on recent social posts\n\nActions\n\nSend revised budget to CFO (Owner: Alex)\n\nAudit social content (Owner: Marketing, Due: Nov 30)\n\nFollow-Up\n\nIs the budget review meeting scheduled?"
},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "5b97bbf7-5259-4554-a81e-330494bdcc45",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
-160
],
"parameters": {
"width": 1960,
"height": 860,
"content": "# 📧 Email Auto-Summary Flow (n8n)\n\n**Purpose**: Daily digest of `isb.quantana@quantana.in` emails \n**Runs**: 8AM IST (7AM UTC) weekdays \n\n## 🔄 Workflow\n1. ⏰ **Trigger**: Scheduled daily run \n2. 📥 **Input**: Fetch last 24h emails via Gmail API \n3. 🤖 **Process**: \n - Filter non-essential emails \n - Extract key metadata (sender, subject, body) \n4. ✍️ **AI Summary**: \n - Langchain analyzes content \n - Identifies: Updates/Issues/Actions \n5. 📤 **Output**: Formatted email to team via Gmail API \n\n## 🔑 APIs Needed:\n- Gmail API (OAuth2) \n- OpenRouter API (LLM access) \n- (Optional) Slack API for alerts \n\n## ⚙️ Config:\n- `OPENROUTER_KEY` for AI \n- `GMAIL_CREDS` for email access \n- Recipient list in flow vars \n\n💡 Processes ~50 emails/day | Error alerts via email"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "54b5fc42-b14e-4949-8b95-d956680caf69",
"connections": {
"ddf9f7ee-630e-4b3d-8e84-d157d129c671": {
"ai_memory": [
[
{
"node": "309bfb47-72e1-4396-ad5f-dc656ea4eefa",
"type": "ai_memory",
"index": 0
}
]
]
},
"309bfb47-72e1-4396-ad5f-dc656ea4eefa": {
"main": [
[
{
"node": "d5598f1c-86a2-49b3-b659-bba4d063878c",
"type": "main",
"index": 0
}
]
]
},
"7480f9af-2026-437c-800c-be49eef1895b": {
"main": [
[
{
"node": "895894ff-943d-4cd0-9311-791b35e4ca57",
"type": "main",
"index": 0
}
]
]
},
"ab7c5ea2-81a6-4d8d-932c-2de023164304": {
"ai_languageModel": [
[
{
"node": "309bfb47-72e1-4396-ad5f-dc656ea4eefa",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"895894ff-943d-4cd0-9311-791b35e4ca57": {
"main": [
[
{
"node": "5518a4f6-5d68-46bf-b29b-1830379917a9",
"type": "main",
"index": 0
}
]
]
},
"5518a4f6-5d68-46bf-b29b-1830379917a9": {
"main": [
[
{
"node": "309bfb47-72e1-4396-ad5f-dc656ea4eefa",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 기타, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 기반 Gmail 이메일 자동 정리 및 우선순위 라벨링
AI를 활용한 Gmail 이메일 자동 정리 기능으로, 자동 아카이빙과 우선순위 라벨링을 지원합니다
Gmail
Filter
Telegram
+
Gmail
Filter
Telegram
17 노드Junichiro Tobe
기타
일일 정기 이메일 푸시
GPT-4o 및 Gmail을 사용한 자동화된 일일 이메일 분석 및 요약
Code
Gmail
Aggregate
+
Code
Gmail
Aggregate
12 노드Zach @Ajenta
기타
자동화된 LinkedIn 채용 헌터_준비 완료
자동화된 LinkedIn 채용 정보 헌터: 이메일로 최고의 일일 채용 정보 매칭 받기
Set
Gmail
Aggregate
+
Set
Gmail
Aggregate
26 노드Tianyi
기타
Gmail, Google Sheets 및 AI를 사용한 이메일 자동 분류
Gmail, Google Sheets, AI를 활용한 자동 이메일 분류
Set
Gmail
Filter
+
Set
Gmail
Filter
17 노드Milan Vasarhelyi
기타
일일 일정 브리핑
AI 기반 일정 및 회의 요약, Gmail 및 GPT-4o/Claude 통합
Code
Gmail
Filter
+
Code
Gmail
Filter
14 노드Nick Loui
인공지능
자동화 블로그 작성 및 소셜 미디어 프로모션 에이전트
GPT-4, Perplexity 및 WordPress를 사용한 SEO 블로그 생성 + 소셜 미디어 자동화
Set
Code
Gmail
+
Set
Code
Gmail
79 노드LukaszB
디자인