Actions16
- Buscar serviço por filtro
- Buscar serviço por ID
- Buscar venda por filtro
- Buscar venda por ID
- Buscar pessoas por filtro
- Buscar pessoa por ID
- Buscar centros de custos
- Buscar categorias
- Buscar contas financeiras
- Buscar produtos por filtro
- Buscar receitas por filtro
- Buscar despesas por filtro
- Buscar parcela por ID
- Criar produto
- Criar pessoa
- Criar venda
Overview
This node integrates with the Conta Azul API, a financial and business management platform. It allows users to perform various operations such as searching for services, sales, people, cost centers, categories, financial accounts, products, revenues, expenses, installments, and also creating products, people, and sales.
Specifically, the "Buscar parcela por ID" (Search installment by ID) operation retrieves detailed information about a specific installment using its unique identifier (UUID). This is useful in scenarios where you need to track or manage payment installments related to invoices or sales.
Practical examples:
- Fetching the status and details of a particular payment installment to verify if it has been paid.
- Integrating installment data into your workflow for accounting or customer notifications.
- Automating follow-ups on overdue installments by retrieving their due dates and amounts.
Properties
| Name | Meaning |
|---|---|
| ID da Parcela | The UUID of the installment to fetch. This uniquely identifies the installment record in the system. |
Output
The node outputs JSON data containing the details of the requested installment. This typically includes fields such as installment amount, due date, payment status, and related metadata from the Conta Azul API.
If the node supports binary data output (not indicated here), it would represent attachments or documents related to the installment, but this operation primarily returns structured JSON data.
Dependencies
- Requires an active Conta Azul API OAuth2 authentication credential configured in n8n.
- Internet access to communicate with the Conta Azul API endpoints.
- Proper permissions on the Conta Azul account to read installment data.
Troubleshooting
Common issues:
- Invalid or missing installment ID: Ensure the UUID provided is correct and exists in the Conta Azul system.
- Authentication errors: Verify that the OAuth2 credentials are valid and have not expired.
- Network connectivity problems: Confirm that the n8n instance can reach the Conta Azul API servers.
Error messages:
"Operação não suportada"("Operation not supported"): This indicates an unsupported operation was selected; ensure "Buscar parcela por ID" is chosen.- API errors related to invalid IDs or permissions will be returned from the Conta Azul API and should be checked in the node's execution logs.