Back to Nodes

Steuerboard

v1.8.0
Last updated Oct 6, 2025

n8n community node to work with the Steuerboard API

3 Weekly Downloads
35 Monthly Downloads

Included Nodes

Steuerboard
Steuerboard Trigger

Description

n8n-nodes-steuerboard

This is an n8n community node. It lets you use Steuerboard API in your n8n workflows.

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

  • Clients
    • List clients
    • Get client by ID

Credentials

This node uses API key authentication via an Authorization: Bearer header.

How to get an API key:

  • Create an account at steuerboard.net and sign in.
  • In your dashboard, open the API keys section and create a new API key.
  • Copy the key value. Keep it secure.
  • Details and up-to-date instructions: see Authentication.

In n8n, create credentials of type Steuerboard API and set:

API Key: your generated key
Requests are sent with:

Authorization: Bearer YOUR_API_KEY

Compatibility

Compatible with n8n@1.60.0 or later

Resources