SharePoint
App IntegrationsSharePoint Node
Overview
Supports the following operations: List Files, Upload File, Download File, Create Folder, Text, Base64, Base64, Text (UTF-8).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
driveId | string | — | Configuration field for driveId |
folderPath | string | — | Configuration field for folderPath |
fileName | string | — | Configuration field for fileName |
contentType | string | — | Configuration field for contentType |
fileContent | string | — | Configuration field for fileContent |
fileId | string | — | Configuration field for fileId |
outputFormat | string | — | Configuration field for outputFormat |
folderName | string | — | Configuration field for folderName |
parentPath | string | — | Configuration field for parentPath |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{sharepoint.id}}anyOutput field: id
{{sharepoint.webUrl}}anyOutput field: webUrl
{{sharepoint.name}}anyOutput field: name
Examples
Basic Usage
Example configuration:
{
"driveId": "value",
"folderPath": "value",
"fileName": "value",
"contentType": "value",
"fileContent": "value",
"fileId": "value",
"outputFormat": "value",
"folderName": "value",
"parentPath": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try SharePoint in Your Workflow
Create a free account and start building AI-powered workflows with the SharePoint node.
Open Workflow Editor