npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-keloola-accounting-saas

v0.2.4

Published

n8n community node package for Keloola Accounting

Readme

n8n-nodes-keloola-accounting

This is an n8n community node. It lets you integrate Keloola Accounting services into your n8n workflows.

Keloola Accounting is a comprehensive platform for managing business finances, and this node allows for programmatic access to its features.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Resource: User

  • Current User: Retrieve details of the currently authenticated user.

Resource: Exchange Currency

  • Get Many: Get all available currencies.

Resource: Journal

  • Get Many: Get all journal entries.
  • Get: Get a journal entry by ID.
  • Create: Create a new journal entry.
  • Update: Update a journal entry.
  • Delete: Delete a journal entry.

Resource: Organization

  • Get: Get the user's organizations.

Resource: Unit

  • Get Many: Get all units.
  • Get: Get a unit by ID.
  • Create: Create a new unit.
  • Update: Update a unit.
  • Delete: Delete a unit.

Resource: Category

  • Get Many: Get all product categories.
  • Get: Get a product category by ID.
  • Create: Create a new product category.
  • Update: Update a product category.
  • Delete: Delete a product category.

Resource: Chart of Account

  • Get Many: Get all chart of accounts (paginated).
  • Get Types: Get all chart of account types.
  • Get: Get a chart of account by ID.
  • Create: Create a new chart of account.
  • Update: Update a chart of account.
  • Delete: Delete a chart of account.

Resource: Product

  • Get Many: Get all products.
  • Get: Get a product by ID.
  • Create: Create a new product.
  • Update: Update a product.
  • Delete: Delete a product.

Resource: Tax

  • Get Many: Get all taxes.
  • Get: Get a tax by ID.
  • Create: Create a new tax.
  • Update: Update a tax.
  • Delete: Delete a tax.

Resource: Contact

  • Get Many: Get all contacts.
  • Get: Get a contact by ID.
  • Create: Create a new contact.
  • Update: Update a contact.
  • Delete: Delete a contact.

Resource: Purchase

  • Purchase Quote: Get, Get Many, Create, Update, Delete, Send, Print.
  • Purchase Order: Get, Get Many, Create, Update, Delete, Send, Print.
  • Purchase Delivery: Get, Get Many, Create, Update, Delete, Send, Print, Confirm.
  • Goods Receive Note: Get, Get Many, Create, Update, Delete, Send, Print.
  • Purchase Invoice: Get, Get Many, Create, Update, Delete, Send, Print.
  • Purchase Return: Get, Get Many, Create, Update, Delete, Send, Print.
  • Purchase Payment: Get, Get Many, Create, Update, Delete, Print.
  • Purchase Down Payment: Get, Create, Send, Print.

Resource: Sales

  • Sales Quote: Get, Get Many, Create, Update, Delete, Send, Print.
  • Sales Order: Get, Get Many, Create, Update, Delete, Send, Print.
  • Sales Delivery: Get, Get Many, Create, Update, Delete, Send, Print, Deliver, Mark Arrived.
  • Sales Invoice: Get, Get Many, Create, Update, Delete, Send, Print.
  • Sales Return: Get, Get Many, Create, Update, Delete, Send, Print.
  • Sales Payment: Get, Get Many, Create, Update, Delete, Print.
  • Sales Down Payment: Get, Get Many, Create, Update, Delete, Record Payment, Send, Print.

Resource: Banking

  • Bank Account: Get, Get Many.
  • Bank Income: Get, Get Many, Create, Update, Delete.
  • Bank Expense: Get, Get Many, Create, Update, Delete.
  • Bank Transfer: Get, Get Many, Create, Update, Delete.

Resource: Settings

  • Company Setting: Get, Update, Update Bank Details.
  • System Setting: Get, Update System Configuration.
  • Sales Setting: Get, Update Sales Defaults.
  • Purchase Setting: Get, Update Purchase Defaults.

Credentials

To use this node, you need to authenticate with the Keloola Authentication API.

  1. Create a Keloola Authentication API credential in n8n.
  2. Provide your Email and Password.
  3. The node will automatically handle the JWT generation and token management.

Compatibility

  • n8n version: Tested on n8n v1.0+
  • Node.js: v18 or higher

Usage

This node simplifies interactions with the Keloola Accounting API. It handles authentication automatically using the provided credentials.

  1. Add the Keloola Accounting node to your workflow.
  2. Select the desired Resource (e.g., User).
  3. Select the Operation (e.g., Current User).
  4. Execute the node to retrieve data.

Resources