Inmobalia CRM icon

Inmobalia CRM

Interact with Inmobalia CRM API

Overview

This node integrates with the Inmobalia CRM API to retrieve various data related to real estate properties, contacts, bookings, and more. Specifically, for the Property resource and the Get HTML operation, it fetches a particular HTML content associated with a property by its identifiers.

This operation is useful when you want to programmatically access detailed HTML descriptions or custom HTML content linked to a specific property in your CRM system. For example, you might use this to embed property-specific HTML snippets into your website or marketing emails automatically.

Properties

Name Meaning
Property ID The unique numeric identifier of the property from which to retrieve the HTML content.
HTML ID The unique numeric identifier of the specific HTML content associated with the property.

Output

The output is an array containing one item with a json field. This JSON object represents the HTML content retrieved for the specified property and HTML ID. The exact structure depends on the API response but typically includes fields such as the HTML content itself, metadata about the HTML snippet, and possibly identifiers.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Requires valid API authentication credentials configured in n8n (an OAuth2 API credential).
  • The node uses an internal client created via a helper function to communicate with the API.

Troubleshooting

  • Unsupported operation or resource errors: Ensure that the Resource is set to "Property" and Operation to "Get HTML". Other combinations will throw errors.
  • Missing required parameters: Both Property ID and HTML ID are mandatory. Omitting either will cause the node to fail.
  • API authentication issues: Verify that the API credentials are correctly configured and have sufficient permissions.
  • Network or API errors: These will be surfaced as API errors; check connectivity and API status.
  • Invalid IDs: Providing non-existent Property ID or HTML ID may result in empty or error responses.

Links and References

Discussion