Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica Condomínios API, specifically allowing users to update details of an existing condominium. It is useful in scenarios where property management systems or automation workflows need to keep condominium information current, such as updating address changes, correcting names, or modifying location details.

For example, a property manager could automate updates to condominium records when new data is received from external sources or user inputs, ensuring that all systems reflect the latest information without manual intervention.

Properties

Name Meaning
ID do Condomínio The unique identifier of the condominium to be updated.
Nome do Condomínio The name of the condominium.
CEP The postal code (CEP) of the condominium, numbers only.
Endereço The street address of the condominium.
Número The number of the condominium's address.
Bairro The neighborhood (bairro) where the condominium is located.
Cidade The city where the condominium is located.
Estado The state abbreviation (sigla) of the condominium's location.

Output

The node outputs JSON data representing the updated condominium record as returned by the Superlogica API. This typically includes the updated fields and any additional metadata provided by the API about the condominium.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Superlogica API.
  • The node uses the Superlogica API endpoint https://api.superlogica.net/v2/condor by default.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Missing Credentials: If the API credentials are not provided or invalid, the node will throw an error indicating that credentials are missing.
  • Invalid ID: Providing an incorrect or non-existent condominium ID may result in API errors or no updates being applied.
  • Validation Errors: Required fields must be filled correctly; for example, the CEP should contain only numbers. Invalid input formats may cause the API to reject the request.
  • API Connectivity Issues: Network problems or incorrect API URLs can lead to failures in reaching the Superlogica service.
  • To resolve these issues, verify credentials, ensure all required fields are correctly filled, and confirm network connectivity.

Links and References

Discussion