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
The node integrates with the Superlogica Condomínios API to update bank account information associated with a condominium. It is useful for property managers or administrators who need to maintain accurate and up-to-date banking details within their condominium management system. For example, if a bank account's name, agency number, or account number changes, this node allows those updates to be reflected automatically via the API.
Properties
| Name | Meaning |
|---|---|
| ID do Condomínio | The unique identifier of the condominium to which the bank account belongs. |
| ID da Conta Bancária | The unique identifier of the bank account to be updated. |
| Nome da Conta | The new or updated name of the bank account. |
| Agência | The updated agency number of the bank account. |
| Conta | The updated account number of the bank account. |
| Tipo de Conta | The type of bank account; options are "Corrente" (Checking) or "Poupança" (Savings). |
Output
The node outputs JSON data representing the response from the Superlogica API after attempting to update the bank account. This typically includes confirmation of the updated bank account details or an error message if the update failed. There is no binary output.
Dependencies
- Requires an API key credential for authenticating with the Superlogica API.
- The node expects the API URL, application token, and access token to be configured in the credentials.
- No additional external dependencies beyond the Superlogica API.
Troubleshooting
- Missing Credentials: If the API credentials are not provided or invalid, the node will throw an error indicating that credentials were not supplied.
- Invalid IDs: Providing incorrect condominium or bank account IDs may result in API errors or failure to update.
- API Errors: Network issues or API downtime can cause failures; ensure connectivity and valid tokens.
- Continue on Fail: If enabled, the node will return error messages in the output JSON instead of stopping execution.
Links and References
- Superlogica Condomínios API Documentation (official API docs, for reference)
- n8n documentation on Creating Custom Nodes