Description
Realase version
What's New in Version 0.2.0
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
n8n-nodes-qonto
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.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Credentials
login:key
Find it on your our qonto account.
API documentation
Oauth2
Portal Connect Partners : https://getqonto.atlassian.net/servicedesk/customer/portal/5
Usage
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 !