Actions47
- Booking Actions
- Contact Actions
- Enquiry Actions
- Event Actions
- Location Actions
- Property Actions
- Sale Actions
- User Actions
- Web Lead Actions
Overview
This node interacts with the Inmobalia CRM API to retrieve detailed information about a specific link associated with a property. The "Get Link" operation under the "Property" resource fetches data for a particular link identified by its Link ID within a given Property ID.
Common scenarios where this node is beneficial include:
- Accessing external or internal URLs related to a property, such as virtual tours, brochures, or related websites.
- Integrating property link details into workflows for marketing, reporting, or client communications.
- Automating retrieval of property-related links for synchronization with other systems.
Example use case: A real estate agency automates fetching the URL of a property's virtual tour link to embed it in an email campaign sent to prospective buyers.
Properties
| Name | Meaning |
|---|---|
| Property ID | The unique numeric identifier of the property whose link you want to retrieve. |
| Link ID | The unique numeric identifier of the specific link associated with the property to fetch. |
Output
The output is a JSON object representing the details of the requested property link. This typically includes fields such as the link's URL, description, type, and any metadata provided by the Inmobalia CRM API.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Inmobalia CRM API.
- Requires valid API authentication credentials configured in n8n (an OAuth2 API credential).
- Network access to the Inmobalia CRM service endpoint.
Troubleshooting
Common issues:
- Invalid or missing Property ID or Link ID parameters will cause errors.
- Authentication failures due to expired or misconfigured API credentials.
- Network connectivity problems preventing access to the Inmobalia CRM API.
Error messages:
Unsupported operation: Occurs if the operation name is incorrect or not implemented.- API errors returned from the Inmobalia CRM service, such as "Not Found" if the specified link does not exist.
- Credential errors indicating invalid or missing authentication tokens.
Resolutions:
- Verify that both Property ID and Link ID are correctly set and correspond to existing records.
- Ensure API credentials are properly configured and have necessary permissions.
- Check network connectivity and firewall settings.
Links and References
- Inmobalia CRM API Documentation (example placeholder, replace with actual URL)
- n8n documentation on OAuth2 Credentials