Upload_Document
Upload documents to SharePoint by specifying folder path, file name, and content. Supports text and base64 encoded binary files.
Instructions
Upload a new document to SharePoint
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Destination folder path | |
| file_name | Yes | Name of the file to create | |
| content | Yes | File content (text or base64 encoded for binary files) | |
| is_binary | No | Whether the content is base64 encoded binary |