🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@onlyoffice/n8n-nodes-docspace

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onlyoffice/n8n-nodes-docspace

n8n nodes for ONLYOFFICE DocSpace

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

ONLYOFFICE DocSpace n8n Nodes

npm version License

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.

  • Go to Settings > Community Nodes in your n8n instance
  • Select Install
  • Enter @onlyoffice/n8n-nodes-docspace in 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-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

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.

ResourceURL
ONLYOFFICE websiteonlyoffice.com
ONLYOFFICE DocSpaceonlyoffice.com/docspace
n8n community nodes documentationdocs.n8n.io
API documentationapi.onlyoffice.com
Community forumcommunity.onlyoffice.com
Help Centerhelpcenter.onlyoffice.com
Found a bug?Report an issue
Support emailsupport@onlyoffice.com

Made with ❤️ by the ONLYOFFICE Team

Keywords

n8n-community-node-package

FAQs

Package last updated on 15 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts