joeirimpan / listmonk-messenger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

listmonk-messenger

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

Supported messengers

  • Pinpoint
  • AWS SES*

(*) Please note: Due to a recent change in code, you need to use the master branch of listmonk in order to send messages with AWS SES.

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

About

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

License:MIT License


Languages

Language:Go 92.2%Language:Dockerfile 5.4%Language:Makefile 2.4%