Message notify platform.
Great for:
- SMS
- APNS
- ARM
- Ding Ding Bot
- WeChat message Bot(template message)
- WeChat app(MA)
Support on Raspberry Pi
owl messager is a platform:
- Support email.
- Support SMS.
- Support APNS.
- Support WeChat.
- Support DingDing.
- Support Multi-tenant.
- Support Account list(mail sender).
send an email
http://localhost/api/v2/messages/mail/Parameter
{
"template":"{tpl_id}",
"params": {
"code":"{code}"
},
"subject": "MFA email code",
"receiver":"{mail_address}"
}send a sms
http://localhost/api/v2/messages/sms/Parameter
{
"template":"{tpl_id}",
"params": {
"code":"652442"
},
"receiver":"{phone_number}"
}To build owl as an application just run:
go build- A config file is written to
/etc/owl-messager/config.yamland the service is automatically started or restarted. - Run server:
sudo owl-messagerPlease check out our contributing guide if you're interested in contributing to owl.