Skip to content

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

License

Notifications You must be signed in to change notification settings

pocket-business/listmonk-messenger

 
 

Repository files navigation

listmonk-messenger

Lightweight HTTP server to handle webhooks from listmonk 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.2%
  • Dockerfile 5.4%
  • Makefile 2.4%