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 province. This operation is useful when you need to fetch geographic or administrative data related to provinces within the CRM system, such as for real estate listings, location-based filtering, or regional reporting.

A practical example would be integrating this node into a workflow that enriches property data by adding province details based on a given province ID, enabling more precise location categorization and analysis.

Properties

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

Output

The output is a JSON object containing detailed information about the specified province as returned by the Inmobalia CRM API. The exact structure depends on the API response but typically includes fields such as province name, code, associated country, and other relevant 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 in n8n credentials (an OAuth2 API credential).
  • The node uses an internal client created via a helper function to communicate with the API.

Troubleshooting

  • Common issues:

    • Invalid or missing Province ID: Ensure the Province ID is provided and is a valid number.
    • Authentication errors: Verify that the API credentials are correctly set up and have sufficient permissions.
    • Network or API downtime: Check network connectivity and the status of the Inmobalia CRM API service.
  • Error messages:

    • Unsupported operation: Occurs if an unsupported operation is selected; ensure "Get Province" is chosen under the "Location" resource.
    • API errors wrapped as NodeApiError: These indicate issues returned from the API itself, such as invalid IDs or permission problems. Review the error message details for resolution.

Links and References

Discussion