Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica Condomínios API to list bank accounts associated with a condominium. It is useful for property managers or administrators who need to retrieve detailed information about the bank accounts linked to their condominiums, including active and closed accounts, as well as related bank and agency data.

Practical examples include:

  • Generating reports of all bank accounts for financial reconciliation.
  • Displaying account details in a dashboard for condominium management.
  • Filtering accounts based on status (active/closed) or showing additional bank/agency info for auditing purposes.

Properties

Name Meaning
ID do Condomínio The unique identifier of the condominium whose bank accounts are to be listed.
Exibir Dados da Agência Whether to display the agency (branch) details associated with each bank account.
Exibir Contas Fechadas Whether to include closed bank accounts in the listing.
Exibir Dados do Banco Whether to display the bank details associated with each bank account.
Exibir Contas Ativas Whether to include active bank accounts in the listing.

Output

The node outputs an array of JSON objects, each representing a bank account matching the specified criteria. Each object contains fields corresponding to the bank account's details, potentially including:

  • Account identifiers and numbers.
  • Status indicating if the account is active or closed.
  • Bank information (if requested).
  • Agency (branch) information (if requested).

If binary data were involved, it would typically represent files or documents related to the accounts, but this node focuses on JSON data output only.

Dependencies

  • Requires connection to the Superlogica Condomínios API.
  • Needs valid API credentials including an application token and access token.
  • The API base URL defaults to https://api.superlogica.net/v2/condor unless overridden in credentials.
  • Proper configuration of these credentials within n8n is necessary for successful operation.

Troubleshooting

  • Missing Credentials Error: If credentials are not provided or invalid, the node will throw an error indicating that credentials are missing. Ensure that the API key and tokens are correctly set up in n8n.
  • API Connectivity Issues: Network problems or incorrect API URLs can cause failures. Verify internet connectivity and that the API URL is correct.
  • Permission Denied or Unauthorized: If the API tokens lack required permissions, the node may fail. Confirm that the tokens have sufficient rights to list bank accounts.
  • Empty Results: If no accounts are returned, check that the condominium ID is correct and that the filters (active/closed accounts) are set appropriately.
  • Continue On Fail Behavior: When enabled, the node will continue processing other items even if one fails, returning error details in the output JSON.

Links and References

Discussion