Word

Microsoft integration · 4 node(s).

00Overview

Microsoft Word Online document 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 Word

Word signs in with a Microsoft account you connect to Flomation — there is no API key or secret to paste. Connect the account once and every Word node picks it up automatically. Two optional fields let you steer it:

FieldTypeDetails
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_ONEDRIVE}
i
Connect the Microsoft account to your Flomation user once — the same grant covers every Microsoft node, so you do not repeat it per flow. The optional Microsoft OAuth Credential field never shows a token: it references a managed credential (e.g. ${credentials.GOOGLE_DRIVE}), not an environment secret. Leave both fields blank and the node just uses your connected account.

02Create

Create Document

microsoft/word/create · Action

Create a new empty Word document in OneDrive

FieldTypeDetails
FilenamestringRequireddocument.docx
Folder Pathstring

Returns: tool_result, item_id, web_url, success, error

03Get

Get Document Metadata

microsoft/word/get_metadata · Action

Retrieve metadata for a Word document in OneDrive

FieldTypeDetails
Document Item IDstringRequired

Returns: tool_result, name, size, created_at, modified_at, created_by, modified_by, web_url, mime_type, document, success, error

04Read

Read Document

microsoft/word/read · Action

Download a Word document as HTML or PDF from OneDrive

FieldTypeDetails
Document Item IDstringRequired
Output Formatstringtml — choices: HTML, PDF

Returns: tool_result, content, title, web_url, success, error

05Replace

Replace Text

microsoft/word/replace_text · Action

Find and replace text in a Word document (via HTML conversion)

FieldTypeDetails
Document Item IDstringRequired
Search TextstringRequired
Replace WithstringRequired

Returns: tool_result, content, replacements, success, error

06Notes & Limitations

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