@onlyoffice/n8n-nodes-docspace
v1.0.1
Published
n8n nodes for ONLYOFFICE DocSpace
Maintainers
Readme
ONLYOFFICE DocSpace n8n Nodes
This is an n8n community node that lets you use ONLYOFFICE DocSpace in your n8n workflows.
ONLYOFFICE DocSpace is a room-based collaborative platform which allows organizing a clear file structure depending on users' needs or project goals.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community nodes (recommended)
- Go to Settings > Community Nodes in your n8n instance
- Select Install
- Enter
@onlyoffice/n8n-nodes-docspacein Enter npm package name - Agree to the risks of using community nodes
- Select Install
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Manual installation
To get started install the package in your n8n root directory:
npm install @onlyoffice/n8n-nodes-docspaceFor Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install @onlyoffice/n8n-nodes-docspaceNodes
This package provides the following nodes:
- ONLYOFFICE DocSpace: Interact with ONLYOFFICE DocSpace API
- ONLYOFFICE DocSpace Trigger: Trigger workflows on ONLYOFFICE DocSpace events
Operations
The ONLYOFFICE DocSpace node supports the following operations:
File operations
- Copy a file
- Create a file
- Delete a file
- Download a file
- Get file info
- Get file shared link
- Move a file
- Update a file
- Upload a file
Folder operations
- Copy a folder
- Create a folder
- Delete a folder
- Get folder contents
- Get folder history
- Get folder info
- Get folder shared link
- Move a folder
- Update a folder
Room operations
- Archive a room
- Create a room
- Get room info
- Get room shared link
- Invite user to a room
- Remove user from a room
- Search for a room
- Search for a user in a room
- Update a room
- Update user in a room
User operations
- Delete a user
- Disable a user
- Enable a user
- Get a user
- Invite a user
- Search for a user
- Update a user
Events
The ONLYOFFICE DocSpace Trigger node supports the following webhook events:
- All Events
- User Created
- User Invited
- User Updated
- User Deleted
- Group Created
- Group Updated
- Group Deleted
- File Created
- File Uploaded
- File Updated
- File Trashed
- File Deleted
- File Restored
- File Copied
- File Moved
- Folder Created
- Folder Updated
- Folder Trashed
- Folder Deleted
- Folder Restored
- Folder Copied
- Folder Moved
- Room Created
- Room Updated
- Room Archived
- Room Deleted
- Room Restored
- Room Copied
Credentials
This node supports the following authentication methods:
- API Key (recommended)
- Basic Auth
- OAuth2
- Personal Access Token
Refer to ONLYOFFICE DocSpace credentials documentation for detailed setup instructions.
Documentation
Detailed documentation is available in the docs/ directory:
License
The ONLYOFFICE DocSpace n8n Nodes are distributed under the MIT license. See LICENSE for more information.
Versions
See CHANGELOG.md for version history and release notes.
Useful links & support
| Resource | URL | |----------|-----| | ONLYOFFICE website | onlyoffice.com | | ONLYOFFICE DocSpace | onlyoffice.com/docspace | | n8n community nodes documentation | docs.n8n.io | | API documentation | api.onlyoffice.com | | Community forum | community.onlyoffice.com | | Help Center | helpcenter.onlyoffice.com | | Found a bug? | Report an issue | | Support email | [email protected] |
