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 country based on its unique identifier. This operation is useful when you need to fetch country data such as name, codes, or other metadata stored in the CRM system.

Common scenarios include:

  • Enriching contact or property data with country details.
  • Validating country information before processing related records.
  • Integrating country-specific logic in workflows that depend on geographic data.

Example: Given a country ID, the node fetches all relevant details about that country from the CRM, which can then be used downstream for reporting, filtering, or further API calls.

Properties

Name Meaning
Country ID The unique numeric identifier of the country to retrieve. This is a required input.

Output

The node outputs a JSON object containing the detailed information of the requested country as returned by the Inmobalia CRM API. The structure typically includes fields such as country name, ISO codes, and possibly other metadata defined by the CRM.

If the API supports it, the output may also include nested objects or arrays representing related geographic or administrative data.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Needs an API authentication token configured via OAuth2 credentials within n8n.
  • The node depends on the internal client library (createClient) to communicate with the API.

Troubleshooting

  • Error: Unsupported operation — Ensure that the Resource is set to "Location" and Operation to "Get Country".
  • API errors (e.g., 404 Not Found) — Verify that the provided Country ID exists in the CRM system.
  • Authentication errors — Confirm that the OAuth2 credential is correctly configured and has sufficient permissions.
  • Empty output — Check if the Country ID parameter is correctly passed and not empty or invalid.

Links and References

Discussion