Conta Azul API icon

Conta Azul API

Allows making requests to the Conta Azul API

Overview

This node integrates with the Conta Azul API to search for financial accounts based on various filters. It is useful for users who want to retrieve and manage their financial account data programmatically within n8n workflows. Typical scenarios include filtering active bank accounts, credit cards, investment accounts, or other types of financial accounts managed in Conta Azul.

For example, a user might want to list all active checking accounts ("Conta Corrente") to reconcile transactions or generate reports automatically.

Properties

Name Meaning
Financial Account Name Filter financial accounts by name (partial or full match).
Financial Account Types Select one or more types of financial accounts to filter by. Options: Aplicação, Caixinha, Cartão De Crédito, Cobranças Conta Azul, Conta Corrente, Investimento, Meios De Recebimento, Outros, Poupança, Receba Fácil Cartão.
Only Active Boolean flag to filter only active accounts (true) or include inactive ones (false).
Page Page number of results to retrieve (for pagination).
Page Size Number of items per page in the result set.

Output

The node outputs JSON data containing a list of financial accounts matching the specified filters. Each item typically includes details such as account name, type, status, and other relevant metadata from Conta Azul.

No binary data output is involved.

Dependencies

  • Requires an OAuth2 API credential configured for Conta Azul to authenticate requests.
  • Depends on the Conta Azul API service being available and accessible.
  • Pagination parameters allow handling large result sets.

Troubleshooting

  • Common issues:

    • Invalid or expired API credentials will cause authentication failures.
    • Requesting pages beyond the available range may return empty results.
    • Filtering by unsupported or misspelled account types will yield no matches.
  • Error messages:

    • "Operation not supported": This indicates that the selected operation is not implemented; ensure "Search Financial Accounts" is chosen.
    • API errors related to authentication or rate limits should be resolved by verifying credentials and API usage policies.

Links and References

Discussion