Outlook

Microsoft integration · 12 node(s).

00Overview

Microsoft Outlook email operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Outlook

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Create

Create Draft

microsoft/outlook/create_draft · Action

Create a draft email in Outlook

FieldTypeDetails
To (email addresses, comma-separated)stringRequired
SubjectstringRequired
BodytextRequired
CC (email addresses, comma-separated)string
Content Typestringchoices: Text, HTML
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, draft_id, success, error

03Delete

Delete Email

microsoft/outlook/delete_email · Action

Delete an Outlook email message

FieldTypeDetails
Message IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, success, error

04Download

Download Attachment

microsoft/outlook/download_attachment · Action

Download an attachment from an Outlook email

FieldTypeDetails
Message IDstringRequired
Attachment IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, content, filename, content_type, size, success, error

05Forward

Forward Email

microsoft/outlook/forward · Action

Forward an Outlook email to other recipients

FieldTypeDetails
Message IDstringRequired
To (email addresses, comma-separated)stringRequired
Commenttext
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, success, error

06List

List Attachments

microsoft/outlook/list_attachments · Action

List attachments on an Outlook email message

FieldTypeDetails
Message IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, attachments, count, success, error

List Emails

microsoft/outlook/list_emails · Action

List emails from an Outlook mailbox or folder

FieldTypeDetails
Folder IDstring
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}
Maximum Resultsinteger

Returns: tool_result, emails, count, success, error

List Folders

microsoft/outlook/list_folders · Action

List mail folders in an Outlook mailbox

FieldTypeDetails
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}
Maximum Resultsinteger

Returns: tool_result, folders, count, success, error

07Move

Move Email

microsoft/outlook/move_email · Action

Move an Outlook email to a different folder

FieldTypeDetails
Message IDstringRequired
Destination Folder IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, success, error

08Read

Read Email

microsoft/outlook/read_email · Action

Read the full content of an Outlook email message

FieldTypeDetails
Message IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, subject, from, to, body, received_at, email, success, error

09Reply

Reply to Email

microsoft/outlook/reply · Action

Reply to an Outlook email message

FieldTypeDetails
Message IDstringRequired
Reply MessagetextRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, success, error

Search Emails

microsoft/outlook/search_emails · Action

Search for emails in an Outlook mailbox

FieldTypeDetails
Search QuerystringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}
Maximum Resultsinteger

Returns: tool_result, emails, count, success, error

11Send

Send Email

microsoft/outlook/send_email · Action

Send an email via Outlook

FieldTypeDetails
To (email addresses, comma-separated)stringRequired
SubjectstringRequired
BodytextRequired
CC (email addresses, comma-separated)string
Content Typestringchoices: Text, HTML
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_OUTLOOK}

Returns: tool_result, success, error

12Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.