Categorygithub.com/apache/answer-plugins/notification-wecom
package
1.0.2
Repository: https://github.com/apache/answer-plugins.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.