Upload_Document
Upload a document to a SharePoint folder. Specify file name and content as a string or base64-encoded bytes, with an optional folder path.
Instructions
Upload a new document to a SharePoint folder. Pass content as a UTF-8 string or Base64-encoded bytes. Use empty string for folder_name to upload to document library root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| content | Yes | ||
| folder_name | No | ||
| is_base64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||