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 to list delinquency (inadimplência) information for a specific unit within a condominium. It is useful for property managers, condominium administrators, or financial teams who need to monitor payment statuses of units, track outstanding debts, and generate reports on unit-level financial compliance.
Typical use cases include:
- Retrieving a list of delinquent or compliant units to follow up on payments.
- Generating updated financial summaries including adjusted values.
- Filtering results by status or excluding entries under legal process.
- Paginating through large datasets of unit delinquency records.
For example, a property manager can use this node to fetch all units marked as "Inadimplente" (delinquent) in a given condominium to initiate collection procedures.
Properties
| Name | Meaning |
|---|---|
| ID da Unidade | The unique identifier of the unit for which delinquency data is requested. |
| ID do Condomínio | The unique identifier of the condominium containing the unit. |
| Status | Filter by delinquency status: "Todos" (all), "Inadimplente" (delinquent), or "Adimplente" (compliant). |
| Incluir Valores Atualizados | Boolean flag indicating whether to include updated financial values in the response. |
| Sem Processo | Boolean flag to exclude boletos (payment slips) currently under judicial process from the results. |
| Apenas Colunas Principais | Boolean flag to return only the main columns/fields in the response, omitting detailed data. |
| Itens Por Página | Number of items to return per page (maximum 50). |
| Página | Current page number for paginated results. |
Output
The node outputs JSON data representing the delinquency information for the specified unit. The structure typically includes:
- Unit identification details.
- Financial status fields such as amounts due, paid, or updated values if requested.
- Status flags indicating if the unit is delinquent or compliant.
- Possibly additional metadata depending on the "Apenas Colunas Principais" setting.
If binary data were involved (not indicated here), it would represent attachments or documents related to the delinquency, but this node focuses on JSON structured financial data.
Dependencies
- Requires an active connection to the Superlogica Condomínios API.
- Needs valid API credentials including an application token and access token.
- The node expects these credentials to be configured in n8n prior to execution.
- Network connectivity to the Superlogica API endpoint (default:
https://api.superlogica.net/v2/condor).
Troubleshooting
- Missing Credentials Error: If credentials are not provided or invalid, the node will throw an error indicating missing credentials. Ensure that the API key and tokens are correctly set up in n8n.
- API Rate Limits or Quotas: Large requests or frequent calls may hit API limits; consider adjusting pagination parameters (
Itens Por Página,Página) to reduce load. - Invalid IDs: Providing incorrect or non-existent unit or condominium IDs will result in empty or error responses. Verify IDs before running the node.
- Boolean Flags Misuse: Setting conflicting flags (e.g., requesting updated values but excluding main columns) might lead to incomplete data; review property settings carefully.
- Network Issues: Connectivity problems to the API endpoint will cause request failures; check network and firewall settings.
Links and References
- Superlogica Condomínios API Documentation (official API docs)
- n8n Documentation on Creating Custom Nodes
- General info on Delinquency Management in Property Administration