You can wire the Word node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Word under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Word account when prompted; no keys to copy. Connect your Microsoft account to access Word documents. Uses Microsoft Graph API with OAuth 2.0. Get your credentials here. NoClick requests the following permissions:https://graph.microsoft.com/Files.ReadWrite.Allhttps://graph.microsoft.com/User.Read
Operations
Document
| Operation | ID | Description |
|---|---|---|
| Convert Document to Html | convert_document_to_html | Convert Word document to HTML |
| Convert Document to Pdf | convert_document_to_pdf | Convert Word document to PDF |
| Copy Word Document | copy_word_document | Copy a Word document |
| Create Blank Document | create_blank_document | Create a new blank Word document |
| Delete Word Document | delete_word_document | Delete a Word document |
| Download Document Content | download_document_content | Download Word document content |
| Fetch Document Metadata | fetch_document_metadata | Get Word document metadata |
| Fetch Document Preview Link | fetch_document_preview_link | Get an embeddable preview link for a Word document |
| Fetch Document Thumbnail | fetch_document_thumbnail | Get a thumbnail image of a Word document |
| List Onedrive Documents | list_onedrive_documents | List Word documents from OneDrive |
| Move Document to Folder | move_document_to_folder | Move a Word document to a different folder |
| Rename Word Document | rename_word_document | Rename a Word document |
| Search Onedrive Documents | search_onedrive_documents | Search for Word documents across OneDrive |
| Upload Word Document | upload_word_document | Upload a Word document |
Document permission
| Operation | ID | Description |
|---|---|---|
| Create Document Sharing Link | create_document_sharing_link | Create a sharing link for a Word document |
| List Document Permissions | list_document_permissions | List permissions for a Word document |
| Remove Document Sharing Permission | remove_document_sharing_permission | Remove a sharing permission |
| Share Document with User | share_document_with_user | Share a Word document with a user or group |
| Update Document Permission Level | update_document_permission_level | Update permission level for a user |
Document version
| Operation | ID | Description |
|---|---|---|
| Fetch Document Version | fetch_document_version | Get details of a specific document version |
| List Document Version History | list_document_version_history | List version history for a Word document |
| Restore Document to Previous Version | restore_document_to_previous_version | Restore a previous version of a Word document |