Actions42
- Condomínio Actions
- Plano de Contas Actions
- Conta Bancária Actions
- Movimentação Bancária Actions
- Unidade Actions
- Morador Actions
- Boleto Actions
- Recebimento Actions
- Fornecedor Actions
- Inadimplência Actions
- Segunda Via Actions
- Responsáveis Legais Actions
Overview
This node integrates with the Superlogica Condomínios API, allowing users to interact with various resources related to condominium management. Specifically, the "Obter Unidade" operation under the "Unidade" resource retrieves detailed information about a specific unit within a condominium. This is useful for scenarios where you need to fetch unit details such as ownership, status, or other metadata for further processing or reporting.
Practical examples include:
- Fetching unit details to display in a dashboard.
- Using unit information to trigger notifications or workflows based on unit status.
- Integrating unit data into accounting or property management systems.
Properties
| Name | Meaning |
|---|---|
| ID da Unidade | The unique identifier of the unit to retrieve. This is a required string input specifying which unit's details to fetch from the API. |
Output
The node outputs an array of JSON objects, each representing the data returned by the Superlogica API for the requested unit. The structure of the json output field corresponds directly to the unit details provided by the API, typically including fields such as unit identifiers, owner information, status, and other relevant attributes.
If multiple items are processed, each output item is paired with its corresponding input item index.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Superlogica API.
- Needs valid API credentials including an application token and access token.
- The API base URL defaults to
https://api.superlogica.net/v2/condorbut can be overridden via credentials. - Proper configuration of these credentials in n8n is mandatory for successful execution.
Troubleshooting
- Missing Credentials: If credentials are not provided or invalid, the node will throw an error indicating that credentials were not supplied.
- API Errors: Errors returned from the Superlogica API (e.g., invalid unit ID, permission issues) will cause the node to fail unless "Continue On Fail" is enabled, in which case the error message will be included in the output JSON.
- Invalid Unit ID: Providing an incorrect or non-existent unit ID will result in an error from the API; verify the ID before running the node.
- Network Issues: Connectivity problems to the API endpoint may cause timeouts or failures; ensure network access and correct API URL.
Links and References
- Superlogica Condomínios API Documentation (official API docs)
- n8n documentation on Credentials for setting up API authentication