listmonk

n8n node for Listmonk API

Package Information

Downloads: 1 weekly / 7 monthly
Latest Version: 1.0.27
Author: Martin Fenner

Documentation

n8n node for Listmonk API

Overview

This node integrates the Listmonk API into n8n to manage lists, subscribers, campaigns, and related resources.

node-actions.png

Installation

Add the @wiesinghilker/n8n-nodes-listmonk package to your n8n installation:

installation.png

Configuration

Configure the base URL of your Listmonk instance (e.g., https://listmonk.example.com) and provide admin credentials (HTTP Basic Auth). Requests are made to the admin API under /api.

Development

  • Build: pnpm build
  • Watch: pnpm dev
  • Test: pnpm test
  • Lint: pnpm lint
  • Update OpenAPI: make up-listmonk

Discussion