Outlook
Access Outlook
Configuration
Send Email
Operation
Send Email
Microsoft Account*
Select Microsoft account
To*
Recipient email address
Subject*
Email subject
Body*
Email content
Attachments
Upload files to attach
Attachments
Reference files from previous blocks
Reply to Message ID
Message ID to reply to (for threading)
Conversation ID
Conversation ID for threading
CC
CC recipients (comma-separated)
BCC
BCC recipients (comma-separated)
Send Email (
outlook_send)Send emails using Outlook
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email body content |
contentType | string | No | Content type for the email body (text or html) |
replyToMessageId | string | No | Message ID to reply to (for threading) |
conversationId | string | No | Conversation ID for threading |
cc | string | No | CC recipients (comma-separated) |
bcc | string | No | BCC recipients (comma-separated) |
attachments | file[] | No | Files to attach to the email |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Email send success status |
status | string | Delivery status of the email |
timestamp | string | Timestamp when email was sent |
Draft Email
Operation
Draft Email
Microsoft Account*
Select Microsoft account
To*
Recipient email address
Subject*
Email subject
Body*
Email content
Attachments
Upload files to attach
Attachments
Reference files from previous blocks
CC
CC recipients (comma-separated)
BCC
BCC recipients (comma-separated)
Draft Email (
outlook_draft)Draft emails using Outlook
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email body content |
contentType | string | No | Content type for the email body (text or html) |
cc | string | No | CC recipients (comma-separated) |
bcc | string | No | BCC recipients (comma-separated) |
attachments | file[] | No | Files to attach to the email draft |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Email draft creation success status |
messageId | string | Unique identifier for the drafted email |
status | string | Draft status of the email |
subject | string | Subject of the drafted email |
timestamp | string | Timestamp when draft was created |
Read Email
Operation
Read Email
Microsoft Account*
Select Microsoft account
Folder
Select Outlook folder
Folder
Enter Outlook folder name (e.g., INBOX, SENT, or custom folder)
Number of Emails
Number of emails to retrieve (default: 1, max: 10)
Include Attachments
Disabled
Read Email (
outlook_read)Read emails from Outlook
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
folder | string | No | Folder ID to read emails from (default: Inbox) |
maxResults | number | No | Maximum number of emails to retrieve (default: 1, max: 10) |
includeAttachments | boolean | No | Download and include email attachments |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Success or status message |
results | array | Array of email message objects |
Forward Email
Operation
Forward Email
Microsoft Account*
Select Microsoft account
To*
Recipient email address
Message ID*
Message ID to forward
Comment
Optional comment to include when forwarding
Forward Email (
outlook_forward)Forward an existing Outlook message to specified recipients
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
messageId | string | Yes | The ID of the message to forward |
to | string | Yes | Recipient email address(es), comma-separated |
comment | string | No | Optional comment to include with the forwarded message |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Success or error message |
status | string | Delivery status of the email |
timestamp | string | Timestamp when email was forwarded |
Usage Instructions
Integrate Outlook into the workflow. Can read, draft, and send email messages. Can be used in trigger mode to trigger a workflow when a new email is received.
Notes
- Category:
tools - Type:
outlook