gottlieb-test

n8n node to interact with onOffice API for real estate management

Package Information

Released: 5/5/2025
Downloads: 1 weekly / 20 monthly
Latest Version: 0.1.0
Author: makeautomation.at

Documentation

n8n-nodes-onoffice

This is an n8n community node for the onOffice API. It provides functionality to interact with onOffice's real estate management system through their API.

Installation

Community Nodes (Recommended)

For users on n8n v0.187+, you can install directly from the n8n Community Nodes tab in the settings.

  1. In your n8n instance, go to Settings > Community Nodes
  2. Search for "n8n-nodes-onoffice"
  3. Click "Install"
  4. Restart n8n

Manual Installation

If you are using an older version of n8n or want to install the node manually:

# In your n8n installation directory
cd ~/.n8n/custom
npm install n8n-nodes-onoffice

Restart n8n and the node should be available for use.

Features

This node allows you to:

  • Work with Estates (properties)
    • Create, read, update, and list estates
  • Work with Addresses (contacts)
    • Create, read, update, and list addresses
  • Search functionality
    • Search for estates or addresses using simple or advanced criteria

Credentials

To use this node, you'll need to create API credentials in your onOffice account:

  1. Login to your onOffice account
  2. Go to Settings > API Settings
  3. Create a new API token and obtain your API Secret
  4. Use these values in the n8n credentials configuration

Usage

After installation, you'll find the "onOffice" node in the n8n nodes panel. Add it to your workflow and configure it according to your needs.

Example: Get All Properties

  1. Add the onOffice node to your workflow
  2. Select "Estate" as Resource
  3. Select "Get All" as Operation
  4. Set the limit if needed
  5. Run the workflow to fetch all properties

Example: Create a Contact

  1. Add the onOffice node to your workflow
  2. Select "Address" as Resource
  3. Select "Create" as Operation
  4. Configure the address fields with the contact details
  5. Run the workflow to create a new contact

Resources

Discussion