Skip to content

anantanandgupta/n8n-nodes-listmonk-service

Repository files navigation

alt text

n8n-nodes-listmonk-service

This is an n8n community node. It lets you use listmonk services in your n8n workflows.

What is Listmonk?
Listmonk is an open source, self-host application which allow you to manage your subscribers and provides functions to send templated communications over email / sms etc.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

There is only one node in this package capable of interacting with below resources and respective operations:

  • Lists
    • Create a list
    • Get a list (by listID)
    • Get all lists
    • Update a list (by listID)
    • Delete a list (by listID)
  • Subscribers
    • Create a subscriber
    • Get a subscriber
    • Manage subscriber list
    • Update a subscriber
    • more under implementation
  • Transactional
    • Send a transactional email

Credentials

Listmonk uses basic auth so you will need to configure the credentials in the n8n. The credentials will be able to test the connectivity on save.

Compatibility

This node is tested to run on a minimum version of n8n v1.46.0.

Resources