Inmobalia CRM icon

Inmobalia CRM

Interact with Inmobalia CRM API

Overview

This node integrates with the Inmobalia CRM API to retrieve booking information by a unique booking code. It is designed to fetch detailed data about a specific booking when you know its identifying code.

Common scenarios where this node is beneficial include:

  • Automating workflows that require fetching booking details for confirmation or processing.
  • Integrating booking data into other systems such as calendars, notification services, or reporting tools.
  • Validating booking codes entered by users in forms or applications.

For example, if you have a booking code like 1000123, you can use this node to get all relevant booking details associated with that code from the Inmobalia CRM system.

Properties

Name Meaning
Code The unique numeric identifier of the booking to retrieve (e.g., 1000123). This property is required to specify which booking to fetch.

Output

The node outputs an array with one item containing a json object representing the booking details retrieved from the Inmobalia CRM API. The structure of this JSON object corresponds to the booking's data fields as provided by the API, typically including information such as booking dates, customer details, property information, status, and other related metadata.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API using an OAuth2-based API key credential configured in n8n.
  • The node depends on the Inmobalia CRM service being accessible and the provided booking code existing in the system.

Troubleshooting

  • Error: Unsupported operation — This error occurs if an invalid operation is selected. Ensure "Get by Code" is chosen under the "Booking" resource.
  • Error: Unsupported resource — Indicates the resource parameter is incorrect. Confirm that "Booking" is selected.
  • API errors — If the booking code does not exist or is invalid, the API may return an error. Verify the booking code is correct and exists in the CRM.
  • Authentication errors — Make sure the API credentials are correctly set up and have sufficient permissions to access booking data.
  • Empty output — If no data is returned, check that the booking code is valid and that the booking exists.

Links and References

Discussion