npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@onlyoffice/n8n-nodes-docspace

v1.0.1

Published

n8n nodes for ONLYOFFICE DocSpace

Readme

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.

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

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] |