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

n8n-nodes-onoffice

v0.3.3

Published

OnOffice custom node for n8n

Readme


An n8n community node for integrating onOffice Enterprise with your workflows to manage addresses, estates, appointments, tasks, relations, search criteria, and more.

Installation

  1. Create a new workflow or open an existing one
  2. Open the nodes panel by selecting + or pressing N
  3. Search for onOffice
  4. Select Install to install the node for your instance

Alternatively, install via Settings > Community Nodes > Install and enter the package name n8n-nodes-onoffice.

Credentials

This node uses API token authentication via the official onOffice Enterprise API:

  1. onOffice API -- Inside onOffice Enterprise, go to ToolsAPI and create a new API token. Copy the Token and Secret, then paste them into a new onOffice API credential in n8n.

Resources

| Operation | Description | | --------- | ----------- | | Create | Create an address | | Read | Read an address | | Update | Update an address | | Search | Search for addresses | | Get Files | Get address files metadata | | Download Files | Get download link for address files | | Get Completion Fields | Get fields marked for address completion | | Send Completion | Send address completion email | | Get Select Values | Get single/multiselect field values | | Newsletter Registration | Register/unregister address for newsletter |

| Operation | Description | | --------- | ----------- | | Create | Create an agentslog entry | | Read | Read an agentslog | | Update | Update an agentslog entry |

| Operation | Description | | --------- | ----------- | | Create | Create appointment | | Read | Read appointment | | Update | Update appointment | | Delete | Delete appointment | | Get List | Get appointments list | | Get Files | Get appointment files | | Send Confirmation | Send appointment confirmation |

| Operation | Description | | --------- | ----------- | | Do Send E-Mail | Send an email via onOffice |

| Operation | Description | | --------- | ----------- | | Create | Create an estate | | Read | Read an estate | | Update | Update an estate | | Quick Search | Quick search for estates | | Get Files | Get estate files | | Modify Files | Modify estate files | | Delete Files | Delete estate files | | Get Categories | Get estate categories | | Get Filter | Get filters for module | | Get Images on Homepage | Get estate images for homepage | | Get Tenant Buyer Seeker | Get qualified suitors for estate | | Get Statistics Widgets | Get statistics widgets | | Get Tracking Details | Get estate tracking details | | Generate PDF Expose | Generate a PDF expose | | Get Selling Price Offer | Get selling price offer | | Do Selling Price Offer | Set selling price offer | | Create Tracking Account | Create estate tracking account | | Create Working List | Create a working list |

| Operation | Description | | --------- | ----------- | | Upload | Upload a file | | Get Default Attachments | Get default attachment templates |

| Operation | Description | | --------- | ----------- | | Create | Create relation | | Get | Get relation | | Update | Update relation | | Delete | Delete relation |

| Operation | Description | | --------- | ----------- | | Create | Create search criteria | | Read | Read search criteria | | Update | Update search criteria | | Delete | Delete search criteria |

| Operation | Description | | --------- | ----------- | | Read User | Read user settings | | Get Field Configuration | Get field configuration |

| Operation | Description | | --------- | ----------- | | Create | Create a task | | Read | Read a task | | Update | Update a task |

| Operation | Description | | --------- | ----------- | | Get | Get a template |

Development

git clone https://github.com/hansdoebel/n8n-nodes-onoffice.git
cd n8n-nodes-onoffice
npm install
npm run build
npm run lint

License

MIT