microsoft-sharepoint

Custom n8n node to interact with Microsoft Sharepoint

Package Information

Released: 11/8/2024
Downloads: 94 weekly / 275 monthly
Latest Version: 0.1.5
Author: savjee

Documentation

n8n-nodes-Sharepoint

This is an n8n community node. It lets you interact with Microsoft Sharepoint in your n8n workflows.

This is a very early version of the node. It is not ready for production use. It contains no error handeling and only supports a limited set of features.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Site
    • Get all sites
  • File
    • Upload file
    • Get file
  • Folder
    • Create folder
    • List children

Credentials

Compatibility

Usage

Resources

Version history

  • v0.1.5 (2024-11-08)

    • Added support for returning all items in a folder (pagination)
    • Honoring Microsoft's Retry-After header
  • v0.1.4 (2024-10-30)

    • Added support for uploading files to a folder by ID or path
    • Added support for moving files to other folder by ID or path
  • v0.1.3 (2024-10-23)

    • Added support to get file by ID or path
  • v0.1.2 (2024-10-17)

    • Added support for creating folders (and nested folders)
  • v0.1.1

    • Restructure code + UI. Grouping operations by levels: Site, Folder, File.
    • Added support for moving files
  • v0.1.0 (2024-10-12)

    • Initial release

Discussion