Outlook Binary
중급
이것은File Management분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Merge, Filter, SplitOut, MicrosoftOutlook, MicrosoftOneDrive 등의 노드를 사용하며. Outlook 이메일 첨부 파일을 OneDrive 폴더에 자동 저장 및 정리
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "3YN2Xyb63UfYpJli",
"meta": {
"instanceId": "6304e8877aa0fde3913b14034debe07006963fb497d63f280a91bbd75c6c24e1"
},
"name": "Outlook Binary",
"tags": [],
"nodes": [
{
"id": "aeffad3e-df80-4ccb-98ef-2eb981f62746",
"name": "Microsoft Outlook Trigger",
"type": "n8n-nodes-base.microsoftOutlookTrigger",
"position": [
180,
620
],
"parameters": {
"filters": {},
"options": {
"downloadAttachments": true
},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1
},
{
"id": "a3ba729f-52d8-4a77-b18b-4b86d3afaf6b",
"name": "필터",
"type": "n8n-nodes-base.filter",
"position": [
400,
620
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "ec1e823d-871a-4d1a-a120-b2f5a46523a0",
"operator": {
"type": "object",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $('Microsoft Outlook Trigger').item.binary}}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "20007221-e907-4ab0-bcd8-0080cf2775e8",
"name": "분할 출력",
"type": "n8n-nodes-base.splitOut",
"position": [
840,
740
],
"parameters": {
"options": {
"includeBinary": true
},
"fieldToSplitOut": "$binary"
},
"typeVersion": 1
},
{
"id": "65205775-2cea-4186-b5b2-030579e6261e",
"name": "Create Folder",
"type": "n8n-nodes-base.microsoftOneDrive",
"position": [
840,
480
],
"parameters": {
"name": "={{ $node[\"Microsoft Outlook Trigger\"].json.subject || \"Untitled\" }} - {{ $now }}",
"options": {},
"resource": "folder",
"operation": "create"
},
"typeVersion": 1
},
{
"id": "366d28a1-1761-4e43-a6cf-41de541d7789",
"name": "Outlook Folder 병합",
"type": "n8n-nodes-base.merge",
"position": [
1140,
620
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineAll"
},
"typeVersion": 3.1
},
{
"id": "e80a7a0c-72ff-4986-9a56-c4f31873e3ac",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
420
],
"parameters": {
"color": 5,
"width": 1860,
"height": 520,
"content": "Outlook and Onedrive binary movement of data"
},
"typeVersion": 1
},
{
"id": "80ef689d-6820-4fa8-8c00-7724665e9b7b",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"color": 5,
"width": 420,
"height": 420,
"content": "WORKFLOW SUMMARY\n\nThis workflow is triggered every minute by new emails in Outlook. It first filters for emails that contain binary data (attachments). For such emails, it retrieves the full email content and then proceeds to create a new folder in OneDrive. Concurrently, it splits out the binary data (attachments) from the email. Finally, it merges the information about the newly created OneDrive folder with the attachment data and saves each attachment into the designated OneDrive folder."
},
"typeVersion": 1
},
{
"id": "c53388cd-d2fe-4b6d-86b7-5129670496a4",
"name": "Get Outlook Message",
"type": "n8n-nodes-base.microsoftOutlook",
"position": [
620,
620
],
"webhookId": "fd255a4d-2b30-4883-af8b-b29ba5dbbe88",
"parameters": {
"options": {
"downloadAttachments": true
},
"messageId": {
"__rl": true,
"mode": "id",
"value": "={{ $node[\"Microsoft Outlook Trigger\"].json.id }}"
},
"operation": "get"
},
"typeVersion": 2
},
{
"id": "02a6951c-eea8-4690-8aec-b795052ccceb",
"name": "파일 업로드 OneDrive",
"type": "n8n-nodes-base.microsoftOneDrive",
"position": [
1460,
620
],
"parameters": {
"fileName": "={{ $binary[$binary.keys()[0]].fileName }}",
"parentId": "={{ $node[\"Outlook Folder Merge\"].json[\"id\"] || $node[\"Create Folder\"].json[\"id\"] }}",
"binaryData": true,
"binaryPropertyName": "={{ $json.binary }}"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b0c9930e-3ea5-46ef-9b93-fe787448afcc",
"connections": {
"Filter": {
"main": [
[
{
"node": "c53388cd-d2fe-4b6d-86b7-5129670496a4",
"type": "main",
"index": 0
}
]
]
},
"Split Out": {
"main": [
[
{
"node": "Outlook Folder Merge",
"type": "main",
"index": 1
}
]
]
},
"65205775-2cea-4186-b5b2-030579e6261e": {
"main": [
[
{
"node": "Outlook Folder Merge",
"type": "main",
"index": 0
}
]
]
},
"c53388cd-d2fe-4b6d-86b7-5129670496a4": {
"main": [
[
{
"node": "65205775-2cea-4186-b5b2-030579e6261e",
"type": "main",
"index": 0
},
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"Outlook Folder Merge": {
"main": [
[
{
"node": "Upload File OneDrive",
"type": "main",
"index": 0
}
]
]
},
"aeffad3e-df80-4ccb-98ef-2eb981f62746": {
"main": [
[
{
"node": "Filter",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 파일 관리
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
GPT-4.1, Outlook 및 Mem.ai를 사용한 Microsoft Teams 회의 분석 자동화
GPT-4.1, Outlook 및 Mem.ai를 사용한 자동화된 Microsoft Teams 회의 분석
If
Set
Code
+
If
Set
Code
61 노드Wayne Simpson
인사
PDF에서 주문으로
AI를 사용한 PDF 구매 주문서를 Adobe Commerce 판매 주문서로 자동 변환
If
Set
Code
+
If
Set
Code
96 노드JKingma
문서 추출
Outlook과 Notion 지식庫
사용Pinecone및GPT-4에서Outlook및Notion构建AI就绪知识库
If
Merge
Notion
+
If
Merge
Notion
32 노드Yasser Sami
OneDrive Word 문서를 PDF로 변환
Foxit으로 OneDrive Word 문서 PDF 변환 후 Gmail로 자동 전송
If
Set
Wait
+
If
Set
Wait
13 노드Raymond Camden
파일 관리
악성 URL 복사
Telegram을 통해 의심스러운 링크 확인, GPT-4를 사용하여 VirusTotal과 urlscan.io 결과 분석
Code
Limit
Merge
+
Code
Limit
Merge
13 노드Michael Gullo
보안 운영
Gemma AI, Google Drive, Sheets를 사용하여 활동 참가자 사진을 분류
Gemma AI, Google Drive 및 Sheets를 사용하여 활동 참가자 사진을 분류
Set
Merge
Split Out
+
Set
Merge
Split Out
20 노드Jimleuk
파일 관리
워크플로우 정보
난이도
중급
노드 수9
카테고리1
노드 유형7
저자
Michael Gullo
@mgulloI’m passionate about using n8n to create realistic workflows that help working class people simplify their daily tasks. My workflows aim to make life easier by eliminating mundane, repetitive responsibilities that take up valuable time. I love turning automation into a tool that lets people focus on what matters most to them.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유