Docs/App Integrations/SharePoint

SharePoint

App Integrations

SharePoint Node

Overview

Supports the following operations: List Files, Upload File, Download File, Create Folder, Text, Base64, Base64, Text (UTF-8).

Configuration

PropertyTypeDefaultDescription
driveIdstring—Configuration field for driveId
folderPathstring—Configuration field for folderPath
fileNamestring—Configuration field for fileName
contentTypestring—Configuration field for contentType
fileContentstring—Configuration field for fileContent
fileIdstring—Configuration field for fileId
outputFormatstring—Configuration field for outputFormat
folderNamestring—Configuration field for folderName
parentPathstring—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