Inmobalia CRM icon

Inmobalia CRM

Interact with Inmobalia CRM API

Overview

The node interacts with the Inmobalia CRM API to retrieve detailed information about a specific property feature identified by its unique feature code. This operation is useful when you need to fetch precise data about a particular feature of a property, such as amenities or characteristics, based on a known code.

Common scenarios include:

  • Automating property listings where features are referenced by codes.
  • Integrating CRM data into other systems that require detailed feature information.
  • Validating or enriching property data by fetching feature details dynamically.

For example, if you have a feature code representing "Swimming Pool," this node can retrieve all relevant details about that feature from the CRM.

Properties

Name Meaning
Feature Code The unique string code identifying the property feature to retrieve. This is a required input.

Output

The output is a JSON object containing the detailed information of the property feature corresponding to the provided feature code. The structure typically includes all attributes and metadata related to that feature as defined in the Inmobalia CRM system.

If the feature includes any associated binary data (e.g., images or documents), those would be handled separately by other operations; this operation focuses on the feature's descriptive data.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Needs valid API authentication credentials configured in n8n (such as an OAuth2 token).
  • The node depends on the internal client library for communicating with the Inmobalia CRM API.

Troubleshooting

  • Error: Unsupported operation — Ensure that the selected resource is "Property" and the operation is exactly "Get Feature by Code".
  • Error: Missing Feature Code — The "Feature Code" property is required; make sure it is provided and correctly spelled.
  • API Errors — If the API returns errors (e.g., feature not found), verify that the feature code exists in the CRM and that your credentials have sufficient permissions.
  • Network Issues — Confirm network connectivity and that the Inmobalia CRM API endpoint is reachable.

Links and References

Discussion