This version brings several major improvements and new features, thanks to community contributions.
- Filter Transactions by Bank Account ID: In addition to filtering by IBAN, you can now use the internal
Bank Account IDto list transactions, offering more flexibility. - Upload Attachments to Transactions: You can now upload files (invoices, receipts) directly to a transaction using a binary file input in your workflow.
- General Fixes & Improvements:
- Corrected several parameter names to align with the latest Qonto API documentation.
- Project dependencies have been updated to ensure compatibility with recent versions of n8n.
- Improved code quality by adopting stricter linting rules.
package.json "version": "0.1.2" Qonto.node.json "nodeVersion": "2" Qonto.node.ts version: 2
This is an n8n community node. It lets you use app/Qonto in your n8n workflows.
Qonto's API is organized around REST. It uses built-in HTTP features, like HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. JSON is returned in all API responses, including errors.
Follow the installation guide in the n8n community nodes documentation.
Find it on your our qonto account. API documentation
Portal Connect Partners : https://getqonto.atlassian.net/servicedesk/customer/portal/5
You will be able to have all basics informations:
- Organization and its bank_accounts (balance too !),
- Beneficiaires,
- Labels
- Memberships
- Transactions
- And more
WIth Connexion Oauth2 you can do more: Create transactions, upload attachment, changes beneficiaire and even autorize and refuse request transaction !