Back to Nodes

Inmobalia CRM

v1.1.1
Last updated Sep 12, 2025

N8N nodes for integrating with the Inmobalia CRM real estate platform.

1 Weekly Downloads
18 Monthly Downloads

Included Nodes

Inmobalia CRM

Description

n8n-nodes-inmobalia-crm

version

n8n nodes for integrating with the Inmobalia CRM real estate platform.

Features

  • OAuth2 authentication with Inmobalia CRM
  • Base HTTP Request node for making custom API calls
  • Inmobalia CRM node with:
    • Contacts: list, get, files, additional addresses, lead status, sources, tags
    • Properties (all GET operations): list, get, get by reference, files (list/get), images (list/get), links (list/get), descriptions (list/get), HTMLs (list/get), tags (list), types (list/get), features (list), custom features (list), feature by code (get), categories (list/get)
    • Bookings (all GET operations): list (with filters), get by ID, get by code, list by property, list by contact, get check‑in event, get check‑out event
  • Ready to extend with more resources and operations

Installation

To install this package as a community node in n8n, follow the official n8n guide:

➡️ Official documentation: Installing community nodes

There you will find detailed instructions to safely install and manage community nodes.

Credentials

This package provides OAuth2 credentials to connect to the Inmobalia CRM API and a dedicated Inmobalia CRM node for Contacts, Properties and Bookings. Configure the credentials in n8n with your Client ID and Client Secret provided by Inmobalia.

See the API documentation for more details about available endpoints: Inmobalia CRM Swagger

Usage

  1. Go to the credentials section in n8n and create a new credential Inmobalia CRM OAuth2 API.
  2. Use the credential in the Inmobalia CRM node. Choose a Resource and Operation.
  3. Supported resources and operations:
    • Contacts: list (with returnAll/limit and filters), get, list files, list additional addresses, list lead status, list sources, list tags
    • Properties:
      • Listings: list (with returnAll/limit and filters: date created/modified range, country ISO, publish status, sort)
      • Single property: get by ID, get by reference
      • Files: list files, get file
      • Images: list images, get image
      • Links: list links, get link
      • Descriptions: list descriptions, get description by language
      • HTMLs: list HTML snippets, get HTML snippet
      • Taxonomies: tags (list), types (list/get), categories (list/get)
      • Features: features (list), custom features (list), feature by code (get)
    • Bookings:
      • Listings: list (with returnAll/limit and filters: from/to date created, from/to date modified, from/to date start, from/to date end, sort)
      • Single booking: get by ID, get by code
      • Related: list by property ID, list by contact ID
      • Events: get check‑in event, get check‑out event

Notes:

  • For bookings, the start/end date filters in the UI accept date-time values but only the date part (YYYY‑MM‑DD) is sent to the API.

Resources

License

MIT