Skip to content

Commit

Permalink
Note about the master branch of listmonk
Browse files Browse the repository at this point in the history
  • Loading branch information
pucilpet committed Jun 28, 2022
1 parent 5c8af2e commit f2859f1
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
<a href="https://zerodha.tech"><img src="https://zerodha.tech/static/images/github-badge.svg" align="right" /></a>

## 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)
- Change campaign messenger
![](/screenshots/listmonk-change-campaign-mgr.png)

0 comments on commit f2859f1

Please sign in to comment.