actions-marketplace-validations/Work wechat agent message send
企业微信应用消息发送插件
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 30, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/wertycn_work-wechat-send-action@a6134d1dc5dccc7fede473af176d2830e3c54d52 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| wechat_id | 企业微信ID | yes | "" |
| agent_secret | 企业微信自建应用密钥 | yes | "" |
| agent_id | 企业微信自建应用ID(如:1000002) | yes | "" |
| to_user | 消息接收人,多个使用竖线|分割,默认为空发送给应用下所有人 | no | @all |
| msgtype | 消息类型,当前支持text,markdown两种类型 | no | text |
| content | 消息内容换行使用\n | yes | "" |
| cache_path | token缓存目录 | no | ~/.wechat_token/ |
| send_step | 消息发送时机 调用时(main)或完成时(post) | no | main |
Outputs
no outputs