actions-marketplace-validations/GitHub Action for WeChat Work
Send WeChat Work message. Run on any operating platform, such as Windows, Linux, Mac supported by GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 14, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/chf007_action-wechat-work@07415b74999c3220d36b54c14f5ee4a3fd43f582 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| msgtype | 消息类型,当前支持 text markdown image news file template_card | yes | — |
| content | 当 msgtype=text 时:文本内容,最长不超过 2048 个字节,必须是 utf8 编码;当 msgtype=text 时:markdown 内容,最长不超过 4096 个字节,必须是 utf8 编码 支持的格式详见 https://work.weixin.qq.com/api/doc/90000/90136/91770 | no | — |
| mentioned_list | userid 的列表,提醒群中的指定成员(@某个成员),@all表示提醒所有人,如果开发者获取不到 userid,可以使用 mentioned_mobile_list,必须是序列化后的 JSON 字符串 | no | — |
| mentioned_mobile_list | 手机号列表��提��手机号对应的群成员(@某个成员),@all表示提醒所有人,必须是序列化后的 JSON 字符串 | no | — |
| base64 | 图片内容的 base64 编码 注:图片(base64 编码前)最大不能超过 2 M,支持 JPG、PNG 格式 | no | — |
| md5 | 图片内容(base64 编码前)的 md5 值 | no | — |
| articles | 图文消息,一个图文消息支持 1 到 8 条图文,必须是序列化后的 JSON 字符串 | no | — |
| media_id | 文件 id,通过 [文件上传接口](https://work.weixin.qq.com/api/doc/90000/90136/91770) 获取 | no | — |
| template_card | 模版卡片参数,必须是序列化后的 JSON 字符串,参数详见 https://developer.work.weixin.qq.com/document/path/91770#%E6%A8%A1%E7%89%88%E5%8D%A1%E7%89%87%E7%B1%BB%E5%9E%8B | no | — |
Outputs
no outputs