-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note about the master branch of listmonk
- Loading branch information
Showing
1 changed file
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |