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.
- Host: GitHub
- URL: https://github.com/joeirimpan/listmonk-messenger
- Owner: joeirimpan
- License: mit
- Created: 2022-01-05T05:26:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T15:09:34.000Z (about 1 year ago)
- Last Synced: 2025-04-30T07:09:02.094Z (5 months ago)
- Topics: listmonk, messenger, pinpoint
- Language: Go
- Homepage:
- Size: 445 KB
- Stars: 62
- Watchers: 3
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- Add messenger specific subscriber atrributes in listmonk
- Add plain text template
- Change campaign messenger
