An open API service indexing awesome lists of open source software.

https://github.com/joeirimpan/listmonk-messenger

Lightweight HTTP server to handle webhooks from listmonk and forward it to different messengers.
https://github.com/joeirimpan/listmonk-messenger

listmonk messenger pinpoint

Last synced: 5 months ago
JSON representation

Lightweight HTTP server to handle webhooks from listmonk and forward it to different messengers.

Awesome Lists containing this project

README

          

## listmonk-messenger

Lightweight HTTP server to handle webhooks from [listmonk](https://listmonk.app) and forward it to different messengers.

### Supported messengers

- Pinpoint
- Twilio
- AWS SES - Use `listmonk >= v2.2.0`

### Development

- Build binary

```
make build
```

- 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)

- Add messenger specific subscriber atrributes in listmonk
![](/screenshots/listmonk-add-subsriber-attrib.png)

- Add plain text template
![](/screenshots/listmonk-plain-text-template.png)

- Change campaign messenger
![](/screenshots/listmonk-change-campaign-mgr.png)