{ "id": "193", "name": "Create, add an attachment, and send a draft using the Microsoft Outlook node", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-78417d2a" }, { "name": "Microsoft Outlook", "type": "n8n-nodes-base.microsoftOutlook", "position": [ 450, 300 ], "parameters": { "subject": "Hello from n8n!", "resource": "draft", "bodyContent": "
We are sending this email using the Microsoft Outlook node in n8n
Best,
Sender
", "additionalFields": { "bodyContentType": "html" } }, "credentials": { "microsoftOutlookOAuth2Api": "Micrsoft Outlook Credentials" }, "typeVersion": 1, "id": "node-5598b45f" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 650, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "responseFormat": "file" }, "typeVersion": 1, "id": "node-4ddcf9f7" }, { "name": "Microsoft Outlook1", "type": "n8n-nodes-base.microsoftOutlook", "position": [ 850, 300 ], "parameters": { "resource": "messageAttachment", "messageId": "={{$node[\"Microsoft Outlook\"].json[\"id\"]}}", "additionalFields": { "fileName": "n8n.png" } }, "credentials": { "microsoftOutlookOAuth2Api": "Micrsoft Outlook Credentials" }, "typeVersion": 1, "id": "node-2d129aec" }, { "name": "Microsoft Outlook2", "type": "n8n-nodes-base.microsoftOutlook", "position": [ 1050, 300 ], "parameters": { "resource": "draft", "messageId": "={{$node[\"Microsoft Outlook\"].json[\"id\"]}}", "operation": "send", "additionalFields": { "recipients": "abc@example.com" } }, "credentials": { "microsoftOutlookOAuth2Api": "Micrsoft Outlook Credentials" }, "typeVersion": 1, "id": "node-7894d572" }, { "id": "error-f1f9337b", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "connections": {}, "meta": { "instanceId": "workflow-a2071c71", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.826981", "updatedAt": "2025-09-29T07:07:48.826992", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Create, add an attachment, and send a draft using the Microsoft Outlook node. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }