Simply send notification to IM. Slack, Teams, Wechat Work, etc...
- Wechat Work
- Slack
- Teams
Use Noti by Environment Variables
NOTI_PROVIDER=wework
WEWORK_INFO_KEY=
WEWORK_WARN_KEY=
WEWORK_ERROR_KEY=The KEY can find in Wechat Work group robot url.
Then use noti just like this:
noti.Info("info")
noti.Warn("warn")
noti.Error("error")