Inmobalia CRM icon

Inmobalia CRM

Interact with Inmobalia CRM API

Overview

The node interacts with the Inmobalia CRM API to retrieve additional addresses associated with a specific contact. This operation is useful when you need to access all supplementary address information linked to a contact, such as billing, shipping, or secondary addresses.

Practical examples include:

  • Fetching all additional addresses for a customer to verify delivery locations.
  • Integrating contact address data into other systems like ERP or mailing services.
  • Auditing or reporting on contacts' multiple addresses within the CRM.

Properties

Name Meaning
Contact ID The unique numeric identifier of the contact whose additional addresses you want to list.

Output

The output is an array of JSON objects, each representing one additional address related to the specified contact. Each object contains the details of an additional address as returned by the Inmobalia CRM API.

The exact structure of each additional address object depends on the API response but typically includes fields such as address lines, city, postal code, country, and possibly address type or label.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Inmobalia CRM API.
  • Requires an API authentication token configured in the node credentials (an OAuth2 API key credential).
  • The node uses the internal client created via createClient to communicate with the API.

Troubleshooting

  • Common issues:

    • Invalid or missing Contact ID: Ensure the Contact ID provided exists and is correct.
    • Authentication errors: Verify that the API credentials are valid and have sufficient permissions.
    • Network or API downtime: Check connectivity and API status.
  • Error messages:

    • Unsupported operation: Occurs if an unsupported operation is selected; ensure "List Additional Addresses" is chosen.
    • API errors wrapped as NodeApiError: These indicate issues returned from the API, such as invalid parameters or server errors. Review the error message for specifics.

Links and References

Discussion