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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@klardaten/n8n-nodes-datevconnect

v1.0.6

Published

n8n community node for DATEVconnect API via Klardaten Gateway

Downloads

659

Readme

n8n DATEVConnect

This repository provides custom n8n nodes for integrating with the DATEVconnect APIs. It requires the Klardaten DATEVconnect Gateway to be set up.

Available Nodes

| Node | Description | | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | | Accounting | Access DATEV Accounting API for clients, fiscal years, accounts receivable, account postings, and accounting sequences. | | MasterData | Fetches master data entities from DATEV using the configured credentials. | | Document Management | Access DATEV Document Management or DMS for documents, structure items, property templates. | | Identity & Access Management | Manage SCIM-based DATEV IAM resources such as service configuration, schemas, users, and groups. |

Refer to the node descriptions inside the n8n editor for input parameters and output structure.

Installation

Through the n8n UI

  1. Navigate to Settings → Community Nodes → Install inside your n8n instance.
  2. Enter @klardaten/n8n-nodes-datevconnect as the package name.
  3. Confirm the warning prompt and restart n8n so the nodes are registered.

Manual (filesystem) installation

cd ~/.n8n
npm install @klardaten/n8n-nodes-datevconnect

Copy or symlink the contents of the installed node_modules/@klardaten/n8n-nodes-datevconnect/dist/{nodes,credentials} directories into your ~/.n8n/custom/ folder if you prefer the legacy custom-nodes workflow, then restart n8n.

Development

  1. Install dependencies
    npm install
  2. Build (optional during development; n8n compiles on the fly)
    npm run dev

Required Credentials

You need a Klardaten account and an instance id (of the DATEV instance you want to access).

  • email
  • password
  • clientInstanceId

Running Tests

Use the npm test runner to execute the automated tests:

npm test

Usage in n8n

  1. Create a new workflow in n8n.
  2. Add the Klardaten DATEVconnect: Master Data or Accounting etc. node and choose the credential you configured.
  3. Select the desired operation (e.g., list client entries) and configure any filters.
  4. Execute the workflow or schedule it as part of a larger automation.

All nodes authenticate using the stored credentials and interact with their respective DATEVconnect APIs.

Additional Notes

DATEV provides endpoint reference details under