Skip to main content

Overview

n8n is a workflow automation tool to connect services and build automations without writing code. The official Steuerboard nodes for n8n provide actions and triggers for your account data (clients, workspaces, files, and tasks) so you can interact with, route, and process data inside your workflows.

Prerequisites

  • A Steuerboard API key
  • n8n with Community Nodes enabled
Don’t have an account?
We offer a free plan for testing. Just mail us at founders@steuerboard.net
If you want to use our App in production, please take a look at our Pricing page to book a call with us.

Installation

  1. In n8n, go to Settings → Community Nodes → Install.
  2. Enter the Node name: Steuerboard and confirm.
  3. Restart n8n if prompted.

Authentication

  1. In n8n, open Credentials → New → search for “Steuerboard”.
  2. Paste your API key into the API Key field.
  3. Save the credentials and select them in your Steuerboard nodes.

Troubleshooting

  • 401 Unauthorized: Check that your credentials are set and selected in the node.
  • 429 Too Many Requests: You have hit a rate limit. Add a Wait node or lower concurrency.
  • 5xx Server Error: Retry with a Wait/Retry pattern. If persistent, contact support.