Owl Messager

Message notify platform.
Great for:
- Mail
- SMS
- APNS
- ARM
- Ding Ding Bot
- WeChat message Bot(template message)
- WeChat app(MA)
Support on Raspberry Pi
What is this?
owl messager is a platform:
- Support email.
- Support SMS.
- Support APNS.
- Support WeChat.
- Support DingDing.
- Support Multi-tenant.
- Support Account list(mail sender).
Usage
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}"
}
Build & Install
To build owl as an application just run:
go build
- A config file is written to
/etc/owl-messager/config.yaml
and the service is automatically started or restarted.
- Run server:
sudo owl-messager
Contributing
Please check out our contributing guide if you're interested in contributing to owl.