tree: 1af7c772dbe1f695fe2453b5034efa3c4b4cdbce [path history] [tgz]
  1. docs/
  2. i18n/
  3. config.go
  4. go.mod
  5. go.sum
  6. info.yaml
  7. notification_wecom.go
  8. README.md
  9. README_CN.md
  10. schema.go
  11. user_config.go
notification-wecom/README.md

Wecom Notification Plugin

English | 中文

How to use

To use the notification-wecom plugin with your application, install it using the following command:

./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

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.