Package Information
Released: 5/5/2025
Downloads: 1 weekly / 20 monthly
Latest Version: 0.1.0
Author: makeautomation.at
Available Nodes
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.
- In your n8n instance, go to Settings > Community Nodes
- Search for "n8n-nodes-onoffice"
- Click "Install"
- 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:
- Login to your onOffice account
- Go to Settings > API Settings
- Create a new API token and obtain your API Secret
- 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
- Add the onOffice node to your workflow
- Select "Estate" as Resource
- Select "Get All" as Operation
- Set the limit if needed
- Run the workflow to fetch all properties
Example: Create a Contact
- Add the onOffice node to your workflow
- Select "Address" as Resource
- Select "Create" as Operation
- Configure the address fields with the contact details
- Run the workflow to create a new contact