Inmobalia CRM icon

Inmobalia CRM

Interact with Inmobalia CRM API

Overview

This node integrates with the Inmobalia CRM API to retrieve location-related data. Specifically, the "Get Country by ISO" operation fetches detailed information about a country using its ISO code. This is useful in scenarios where you need to enrich workflows with standardized country data based on ISO codes, such as validating user input, populating address fields, or integrating with other systems that use ISO country codes.

Practical example:
You have a form collecting user addresses with country ISO codes. Using this node, you can automatically fetch full country details (like name, region, etc.) from the ISO code provided, ensuring consistent and accurate geographic data in your workflow.

Properties

Name Meaning
Country ISO The ISO code of the country to retrieve information for. Example: "ES" for Spain.

Output

The output is a JSON object containing detailed information about the country corresponding to the provided ISO code. The exact structure depends on the API response but typically includes fields such as country name, ISO code, and possibly additional metadata related to the country.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Requires authentication via an OAuth2 API credential configured in n8n.
  • Network access to the Inmobalia CRM service endpoint.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent ISO code may result in no data or an error.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Unsupported operation: Indicates the selected operation is not implemented; ensure "Get Country by ISO" is chosen.
    • Unsupported resource: Indicates the resource is not recognized; ensure "Location" is selected.
    • API errors wrapped as NodeApiError may include HTTP status codes and messages from the Inmobalia CRM API. Check credentials and input parameters if encountered.

Links and References

Discussion