Skip to content

This node enables the integration of the listmonk API into n8n to directly manage subscribers and other resources.

Notifications You must be signed in to change notification settings

front-matter/n8n-nodes-listmonk

 
 

Repository files navigation

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

About

This node enables the integration of the listmonk API into n8n to directly manage subscribers and other resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.7%
  • JavaScript 38.3%
  • Makefile 12.0%