Actions7
Overview
This node interacts with the Monobank API to retrieve various types of banking data. Specifically, the 'Get Bank Sync' operation fetches bank synchronization keys, which are public data used to synchronize bank information. This node is useful for automating the retrieval of bank data such as client info, accounts, jars (savings pots), managed accounts, statements, currency rates, and bank sync keys. For example, it can be used to automatically fetch the latest bank sync keys for integration with other financial systems or for monitoring purposes.
Use Case Examples
- Automatically retrieve bank synchronization keys to keep financial data up-to-date in an accounting system.
- Fetch client account details and statements for financial reporting and analysis.
- Get current currency rates for currency conversion applications.
Properties
| Name | Meaning |
|---|---|
| Operation | Specifies the type of data to retrieve from the Monobank API. For this node, it is set to 'Get Bank Sync' to fetch bank synchronization keys. |
Output
JSON
json- Contains the bank synchronization keys data retrieved from the Monobank API.
Dependencies
- Requires an API token credential for most operations except 'Get Currency Rates' and 'Get Bank Sync', which are public endpoints and do not require authentication.
Troubleshooting
- If the API token is missing for operations that require authentication, the node will throw an error indicating that the token is required.
- If the API request fails, the node throws an error with the message from the API response or a generic failure message. Check the API token validity and network connectivity.
- Ensure the operation parameter is correctly set to 'Get Bank Sync' to retrieve bank sync keys; otherwise, an unknown operation error will be thrown.
Links
- Monobank API Documentation - Official documentation for the Monobank API, detailing available endpoints and usage.