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 geographic area within the locations resource. The "Get Area" operation fetches data for an area identified by its unique Area ID.

This node is useful in scenarios where you need to enrich workflows with location-specific data, such as real estate applications, property management systems, or geographic analytics. For example, you might use it to obtain details about a neighborhood or district to display contextual information alongside property listings or customer addresses.

Properties

Name Meaning
Area ID The unique numeric identifier of the area to retrieve. This is required to specify which area's details to fetch.

Output

The output is a JSON object containing detailed information about the requested area. The exact structure depends on the API response but typically includes fields such as the area's name, description, geographic boundaries, and possibly related metadata.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Requires an API authentication token configured via OAuth2 credentials in n8n.
  • The node uses the internal client created by createClient to communicate with the API.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Area ID will likely result in an error or empty response.
    • Network connectivity problems or expired authentication tokens can cause API request failures.
  • Error messages:

    • "Unsupported operation": Indicates that the selected operation is not implemented for the chosen resource.
    • API errors wrapped as NodeApiError may include HTTP status codes and messages from the Inmobalia CRM API. Check the Area ID validity and API credentials.
  • Resolution tips:

    • Verify the Area ID is correct and exists in the system.
    • Ensure the OAuth2 credentials are valid and have not expired.
    • Confirm network access to the Inmobalia CRM API endpoint.

Links and References

Discussion