Send WeCom Group Notification
Command description
Send group notifications through a WeCom group bot webhook. The command supports text, Markdown, files, and images. See the official WeCom documentation: https://open.work.weixin.qq.com/help2/pc/14931?person_id=1&searchData=
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Bot Webhook URL | str | Webhook address of the WeCom group bot |
| Message Format Type | enum | Text, markdown, File, Image |
| Message Content | str | Text or Markdown content; required when Message Format Type is Text or markdown |
| File Path | str | Path of the file to send; required when Message Format Type is File |
| Image Path | str | Path of the image to send; required when Message Format Type is Image |
Command Output Parameters
None
Generation Notes
- Bot Webhook URL is the webhook address. For Text or markdown messages, enter Message Content; for File or Image messages, enter the corresponding path.