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 | — | Drive Id for this node |
folderPath | string | — | Folder Path for this node |
fileName | string | — | File Name for this node |
contentType | string | — | Content Type for this node |
fileContent | string | — | File Content for this node |
fileId | string | — | File Id for this node |
outputFormat | string | — | Output file format (pdf, csv, json) |
folderName | string | — | Folder Name for this node |
parentPath | string | — | Parent Path for this node |
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.
- •Verify your connection credentials are configured in Settings > Integrations.
Try SharePoint in Your Workflow
Create a free account and start building AI-powered workflows with the SharePoint node.
Open Workflow Editor