onoffice-private-gottlieb

n8n node for onOffice API integration

Package Information

Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: Gottlieb

Documentation

n8n-nodes-onoffice

This is an n8n community node that provides integration with the onOffice API.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Estate

  • Create - Create a new estate
  • Get - Get a single estate by ID
  • Get Many - Get multiple estates with filters
  • Update - Update an existing estate
  • Delete - Delete an estate

Credentials

To use this node, you need to create credentials with:

  • Token: Your onOffice API token
  • Secret: Your onOffice API secret
  • API Version: Choose between 'stable' or 'latest'

Development

To build the node:

# Install dependencies
npm install

# Build the node
npm run build

# For development with auto-rebuild
npm run dev

Resources

Discussion