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 city within the locations resource. It is designed to fetch data for a city identified by its unique City ID.

This operation is useful in scenarios where you need to enrich workflows with geographic or location-specific data from the CRM, such as:

  • Displaying city details in real estate listings or property management systems.
  • Integrating location data into customer profiles or marketing campaigns.
  • Automating reports or analytics that require city-level information.

For example, you might use this node to get the name, region, or other metadata of a city before associating it with properties or contacts in your workflow.

Properties

Name Meaning
City ID The unique numeric identifier of the city to retrieve information for. This is a required input.

Output

The output is a JSON object containing detailed information about the specified city as returned by the Inmobalia CRM API. The exact structure depends on the API response but typically includes fields such as city name, province, country, and possibly additional metadata related to the city.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API using appropriate API authentication credentials (e.g., OAuth2 token).
  • The node depends on the Inmobalia CRM API being accessible and the provided City ID being valid within the system.

Troubleshooting

  • Invalid City ID: If the City ID does not exist or is incorrect, the node may throw an error indicating the city could not be found. Verify the City ID value before running the node.
  • Authentication Errors: Ensure that the API credentials are correctly configured and have sufficient permissions to access location data.
  • API Connectivity Issues: Network problems or API downtime can cause failures. Check network connectivity and Inmobalia CRM service status.
  • Unsupported Operation or Resource: Using an unsupported operation or resource will result in an error. Confirm that "locations" is selected as the resource and "getCity" as the operation.

Links and References

Discussion