wertycn/Work wechat agent message send
企业微信应用消息发送插件
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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