From f2859f1e1b71f95f4bc7514e64fec6d59ddf027b Mon Sep 17 00:00:00 2001 From: Petteri Pucilowski Date: Tue, 28 Jun 2022 19:37:54 +0000 Subject: [PATCH] Note about the master branch of listmonk --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 98811d0..4e6c789 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,40 @@ + ## listmonk-messenger Lightweight HTTP server to handle webhooks from [listmonk](https://listmonk.app) and forward it to different messengers. ### Supported messengers -* Pinpoint -* AWS SES +- Pinpoint +- AWS SES\* + +(\*) Please note: Due to a recent change in code, you need to use the master branch of [listmonk](https://listmonk.app) in order to send messages with AWS SES. ### Development -* Build binary +- Build binary + ``` make build ``` -* Change config.toml and tweak messenger config +- Change config.toml and tweak messenger config Run the binary which starts a server on :8082 + ``` ./listmonk-messenger.bin --config config.toml --msgr pinpoint --msgr ses ``` -* Setting up webhooks -![](/screenshots/listmonk-setting-up-webhook.png) +- Setting up webhooks + ![](/screenshots/listmonk-setting-up-webhook.png) -* Add messenger specific subscriber atrributes in listmonk -![](/screenshots/listmonk-add-subsriber-attrib.png) +- Add messenger specific subscriber atrributes in listmonk + ![](/screenshots/listmonk-add-subsriber-attrib.png) -* Add plain text template -![](/screenshots/listmonk-plain-text-template.png) +- Add plain text template + ![](/screenshots/listmonk-plain-text-template.png) -* Change campaign messenger -![](/screenshots/listmonk-change-campaign-mgr.png) \ No newline at end of file +- Change campaign messenger + ![](/screenshots/listmonk-change-campaign-mgr.png)