https://github.com/lucassovre/listmonk-n8n
This repository is about a community node for linking n8n 🤖 and listmonk 📨
https://github.com/lucassovre/listmonk-n8n
n8n n8n-community-node-package n8n-nodes
Last synced: 6 months ago
JSON representation
This repository is about a community node for linking n8n 🤖 and listmonk 📨
- Host: GitHub
- URL: https://github.com/lucassovre/listmonk-n8n
- Owner: LucasSovre
- License: other
- Created: 2023-12-10T07:47:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T09:42:08.000Z (over 1 year ago)
- Last Synced: 2025-03-19T04:12:52.295Z (7 months ago)
- Topics: n8n, n8n-community-node-package, n8n-nodes
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/n8n-nodes-listmonk
- Size: 51.8 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-listmonk
This is a n8n community node. It lets you use Listmonk in your n8n workflows.
Listmonk is a self-hosted, high performance mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database.
If you need more functionalities not implemented yet, do not hesitate to reach me out on lucas.sovre@proton.me
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)
[Version history](#version-history)## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
This node allow to easily automate your listmonk functionalities :
- Lists
- Subscribers
- Campaigns
- Media
- Templates
- Transactional## Credentials
The credentials are basic auth, see the [official api doc](https://listmonk.app/docs/apis/apis/)
## Compatibility
1.18.2 the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues.
## Usage
...
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [listmonk api doc](https://listmonk.app/docs/apis/apis/)## Version history
- 1.0 : Include most of the API functionalities