blob: d92dfa88306a83795c404062ecbb8ec9c5588cb5 [file] [log] [blame] [view]
# Wecom Notification Plugin
[English](./README.md) | [中文](./README_CN.md)
## How to use
To use the notification-wecom plugin with your application, install it using the following command:
```bash
./answer build --with github.com/apache/answer-plugins/notification-wecom
```
## Feature
- Send message to Wecom
## Config
> Config Webhook URL and open the notification
- Webhook URL: such as `https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`
## Preview
![Wecom Config](./docs/wecom-config.png)
## Document
https://open.work.weixin.qq.com/help2/pc/14931
https://developer.work.weixin.qq.com/document/path/91770
## Thanks
Thanks for sharing the DingTalk notification plugin, it's a helpful reference for this plugin development.