Actions99
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Expenses Actions
- Purchase Orders Actions
- Get A List Of Purchase Orders
- Create A New Purchase Order
- Get A Purchase Order
- Update A Purchase Order
- Open A Purchase Order
- Get A List Of Purchase Orders Items For A Specific Purchase Order
- Create A Purchase Order Item
- Get A Purchase Order Item
- Update A Purchase Order Item
- Delete A Purchase Order Item
- Get A List Of Goods Received Notes For A Specific Purchase Order
- Create A Goods Received Note
- Attach A File To A Goods Received Note
- Delete A Goods Received Note
- Suppliers Actions
- Fund Accounts Actions
- Cards Actions
- Expense Categories Actions
- Tax Rates Actions
- Amortizations Actions
- Account Teams Actions
- Account Codes Actions
- External Teams Actions
- Custom Fields Actions
- Get Custom Fields
- Create A New Custom Field
- Get Custom Field
- Update Custom Field
- Delete A Custom Field And All Its Values
- Get Custom Field Values
- Create A Custom Field Value
- Delete Custom Field Values
- Get A Custom Field Value
- Update A Custom Field Value
- Delete A Custom Field Value
- Get Managers For A Specific Custom Field Value
- Adds Managers For A Specific Custom Field Value
- Replaces Managers For A Specific Custom Field Value
- Removes Managers For A Specific Custom Field Value
- Webhook Subscriptions Actions
- Group Teams Actions
Overview
This node is designed to retrieve detailed information about a specific fund account within a given account. It is useful in scenarios where you need to fetch the current state or metadata of a particular fund account, such as for auditing, reporting, or integration with financial systems.
For example, if you manage multiple fund accounts under different main accounts, this node allows you to query and obtain details about one specific fund account by providing its identifiers.
Properties
| Name | Meaning |
|---|---|
| Account Id | Identifier of the main account that owns the fund account. |
| Fund Account Id | Identifier of the specific fund account whose details you want to retrieve. |
Both properties are required string inputs and must be provided to successfully execute the operation.
Output
The output will contain a JSON object representing the retrieved fund account's details. This typically includes all relevant fields describing the fund account, such as its status, balance, currency, and any other metadata defined by the external API.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential or similar authentication token configured in n8n to access the external service managing fund accounts.
- The node depends on the external API endpoint that provides fund account information.
- Proper base URL configuration for the API is necessary, usually set via credentials or environment variables.
Troubleshooting
- Missing or invalid Account Id or Fund Account Id: Ensure both identifiers are correctly provided and correspond to existing entities in the external system.
- Authentication errors: Verify that the API key or authentication token is valid and has sufficient permissions to read fund account data.
- Network or API errors: Check connectivity and API availability; transient issues may require retries.
- Unexpected response structure: If the API changes, the node might not parse the response correctly; verify API documentation for updates.
Links and References
- Refer to the external API documentation for fund accounts to understand the full schema and available fields.
- Consult n8n documentation on how to configure API credentials and handle HTTP request nodes for custom integrations.