Skip to main content

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 parametersInput parameter typeDescription
Bot Webhook URLstrWebhook address of the WeCom group bot
Message Format TypeenumText, markdown, File, Image
Message ContentstrText or Markdown content; required when Message Format Type is Text or markdown
File PathstrPath of the file to send; required when Message Format Type is File
Image PathstrPath 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.