Package Information
Available Nodes
Documentation

Work with your Bankaccounts via Kontoflux.io
This community package contains a node to work with the Kontoflux.io API in n8n.io.
What you get:
- Use your Bankaccounts and Transactions inside of your Automations
- Utilize the REST-API of Kontoflux to access your Accounts
- Agent Tool Usage enabled: Build your own Financial Agents with the Kontoflux Node as Tool
n8n is a fair-code licensed workflow automation platform.
Supported Operations
Installation
Compatibility
About
Version History
Supported Operations
| Operation | Description | Options |
|---|---|---|
| Accounts | ||
| Get All Accounts | Get all Bank Accounts with Balances and Informations | - BIC (bic) - BLZ ( blz) - Return All ( returnAll) - Limit ( limit) - Offset ( offset) |
| Get Account by Identifier | Get a single Bank Account with Balances and Informations | - Account Identifier (accountId) – IBAN or Internal ID |
| Transactions | ||
| Get All Transactions | Get all Transactions | - Return All (returnAll) - Limit ( limit) - Offset ( offset) - Sort ( sort) - Sort By ( sortBy) - Filter: Account ( accountId), Category (category), Parent Category (parentCategory), Valued Before/After, Booked Before/After, Imported Before/After |
| Get Transaction by ID | Get a single Transaction by ID | - Transaction ID (transactionId) |
| Search Transactions | Search Transactions by a given search string | - Search String (query) - Limit ( limit) - Offset ( offset) - Sort ( sort) - Sort By ( sortBy) - Filter: Account ( accountId), Category (category), Parent Category (parentCategory), Valued Before/After, Booked Before/After, Imported Before/After |
| Match Transactions | Match Transactions with scoring by a given search string | - Search String (query) - Limit ( limit) - Offset ( offset) - Filter: Account ( accountId), Category (category), Parent Category (parentCategory), Valued Before/After, Booked Before/After, Imported Before/After |
| Categories | ||
| Get All Categories | Get all Categories | - Return All (returnAll) - Limit ( limit) - Offset ( offset) |
| Get Category by Identifier | Get a single Category by ID | - Category ID (categoryId) |
Installation
Follow the installation guide in the n8n community nodes documentation.
It also should automatically install depencies (which should be the same n8n uses for handling PDFs and XML)
How to connect your Accounts
You need to connect your Bankaccounts within our Kontoflux.io platform. We support 5000+ Banks in Germany and Austria.
Once connected, you'll be able to work with your Bankaccount within the Node, our API and Webhooks.
Limited Access
Please note that the Kontoflux.io Platform at this moment is only supports Bankaccounts from Germany and Austria.
Compatibility
The Latest Version of n8n (at least 1.72.x). If you encounter any problem, feel free to open an issue on Github.
About
Version History
0.1.0
- initial release