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 property type. When using the "Property" resource and the "Get Type" operation, it fetches data about a property type identified by a given Type ID. This is useful in scenarios where you need to obtain metadata or attributes related to a particular property type within your real estate or property management workflows.

Practical examples include:

  • Fetching details of a property type to display or process in downstream automation.
  • Validating property type information before creating or updating property records.
  • Integrating property type data into reports or dashboards.

Properties

Name Meaning
Type ID The unique numeric identifier of the property type to retrieve.

Output

The output is a JSON object containing the details of the requested property type. This typically includes all relevant fields describing the property type as returned by the Inmobalia CRM API. The exact structure depends on the API response but generally includes identifiers, names, descriptions, and other metadata related to the property type.

No binary data output is involved in 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 Type 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: getType" — indicates that the operation name was not recognized; ensure the operation is correctly set to "Get Type".
    • API errors wrapped as NodeApiError may indicate issues such as invalid credentials, insufficient permissions, or malformed requests.
  • Resolutions:
    • Verify the Type ID is correct and exists in the CRM system.
    • Ensure the OAuth2 credentials are valid and have not expired.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion