https://github.com/savjee/n8n-nodes-microsoft-sharepoint
Microsoft Sharepoint integration for n8n
https://github.com/savjee/n8n-nodes-microsoft-sharepoint
Last synced: about 1 year ago
JSON representation
Microsoft Sharepoint integration for n8n
- Host: GitHub
- URL: https://github.com/savjee/n8n-nodes-microsoft-sharepoint
- Owner: Savjee
- License: mit
- Created: 2024-10-11T13:51:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-08T13:28:14.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:59:47.192Z (about 1 year ago)
- Language: TypeScript
- Size: 258 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)
[Version history](#version-history)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) 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
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
## 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