Web Scraping & Data Extraction
Create, add an attachment, and send a draft using the Microsoft Outlook node
Create, add an attachment, and send a draft using the Microsoft Outlook node
Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
3.02 KB
{
"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
},
{
"name": "Microsoft Outlook",
"type": "n8n-nodes-base.microsoftOutlook",
"position": [
450,
300
],
"parameters": {
"subject": "Hello from n8n!",
"resource": "draft",
"bodyContent": "<h1>Hello from n8n!</h1> <p>We are sending this email using the Microsoft Outlook node in <a href=\"https://n8n.io\">n8n</a></p> <p>Best,</p> <p>Sender</p>",
"additionalFields": {
"bodyContentType": "html"
}
},
"credentials": {
"microsoftOutlookOAuth2Api": "Micrsoft Outlook Credentials"
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "...Showing first 1000 characters. Click "Expand" to view the full JSON.