This node integrates the Listmonk API into n8n to manage lists, subscribers, campaigns, and related resources.
Add the @wiesinghilker/n8n-nodes-listmonk package to your n8n installation:
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.
- Build:
pnpm build - Watch:
pnpm dev - Test:
pnpm test - Lint:
pnpm lint - Update OpenAPI:
make up-listmonk

