Actions62
- Lead Actions
- Account Actions
- Agenda Actions
- Contact Actions
- Contrato Actions
- Documento Actions
- Evento Actions
- Financeiro Actions
- Imovel Actions
- Integracao Actions
- Locacao Actions
- Tarefa Actions
- Usuario Actions
Overview
This node integrates with the Imobzi API to perform various operations on different resources related to real estate management. Specifically, for the Financeiro (Financial Account) resource with the Get operation, it retrieves detailed information about a specific financial account by its name or ID.
Typical use cases include:
- Fetching details of a particular financial account to display or process in workflows.
- Integrating financial account data into automated reports or dashboards.
- Using financial account information as part of larger automation involving contracts, rentals, or accounting processes.
Example: You want to retrieve the balance and description of a financial account identified by its ID to update your internal finance system automatically.
Properties
| Name | Meaning |
|---|---|
| Financial Account Name or ID | Select a financial account from a dropdown list populated dynamically from your Imobzi account, or specify an ID using an expression. This identifies which financial account to retrieve. |
Output
The node outputs JSON data representing the financial account details retrieved from the Imobzi API. The structure corresponds to the API's response for a single financial account, typically including fields such as:
id: The unique identifier of the financial account.descriptionordescricao: Description or name of the financial account.- Other financial-related fields as provided by the API.
If the API returns additional metadata or nested objects, these will be included in the output JSON under the json property.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Imobzi API via an API key credential configured in n8n.
- The node uses authenticated HTTP requests to the Imobzi API endpoints.
- The "Financial Account" resource maps to the API endpoint
/financial/accounts.
Troubleshooting
- Error: Resource not supported — This occurs if an unsupported resource name is used. Ensure the resource is set to "financeiro" for financial accounts.
- Error: Operation not supported — Happens if an invalid operation is selected. For this case, ensure the operation is "get".
- API Authentication Errors — If the API key or credentials are missing or invalid, the node will fail. Verify that the Imobzi API credentials are correctly configured in n8n.
- Invalid ID — If the specified financial account ID does not exist, the API may return a 404 error. Confirm the ID is correct and exists in your Imobzi account.
- Network Issues — Connectivity problems can cause request failures. Check network access and API availability.
To resolve errors, check the error message returned in the node output or logs, verify credentials, and confirm input parameters.
Links and References
- Imobzi API Documentation (official API docs, if available)
- n8n Expressions Documentation — for using expressions in input fields
- n8n Credential Setup — how to configure API credentials in n8n