Description
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)
1. Go to Settings > Community Nodes in your n8n instance
2. Select Install
3. Enter @onlyoffice/n8n-nodes-docspace in Enter npm package name
4. Agree to the risks of using community nodes
5. 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-docspace
For 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-docspace
Nodes
This package provides the following nodes:
- ONLYOFFICE DocSpace: Interact with ONLYOFFICE DocSpace API
- ONLYOFFICE DocSpace Trigger: Trigger workflows on ONLYOFFICE DocSpace events
- 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
- 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
- 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
- Delete a user
- Disable a user
- Enable a user
- Get a user
- Invite a user
- Search for a user
- Update a user
- 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
- API Key (recommended)
- Basic Auth
- OAuth2
- Personal Access Token
- [Credentials Setup][Credentials]
- [ONLYOFFICE DocSpace Node Operations][App Node]
- [ONLYOFFICE DocSpace Trigger Node][Trigger Node]
Operations
The ONLYOFFICE DocSpace node supports the following operations:
File operations
Folder operations
Room operations
User operations
Events
The ONLYOFFICE DocSpace Trigger node supports the following webhook events:
Credentials
This node supports the following authentication methods:
Refer to [ONLYOFFICE DocSpace credentials documentation][Credentials] 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 | support@onlyoffice.com |
Made with ❤️ by the ONLYOFFICE Team
[n8n]: https://n8n.io/
[ONLYOFFICE DocSpace]: https://www.onlyoffice.com/docspace
[n8n Dockerfile]: https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/Dockerfile
[docs/]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/tree/master/docs/
[Credentials]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/tree/master/docs/credentials/
[App Node]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/tree/master/docs/app-node/
[Trigger Node]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/tree/master/docs/trigger-node/
[LICENSE]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/blob/master/LICENSE
[CHANGELOG.md]: https://github.com/onlyoffice/onlyoffice-docspace-n8n/blob/master/CHANGELOG.md