ljnljn2005/dsh-wecom-notify0

dsh-wecom-notify

DSH plugin: notify WeChat Work (企业微信群机器人 webhook) when a task completes, errors, or needs user input. Text by default, markdown optional.

包名
dsh-wecom-notify
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置项

字段类型默认说明
webhookUrlstring必填企业微信群机器人 webhook 地址
msgTypetext | markdowntext消息类型
notifyCompletebooleantrue任务完成时通知
notifyErrorbooleantrue任务出错时通知
notifyQuestionbooleantrue需要用户选择/确认时通知
titlestringDSH 通知通知标题前缀
mentionAllbooleanfalse@所有人(text 用 mentioned_list: ["@all"];markdown 用 ``)
mentionedListstring[][]@指定成员(企业 userid;markdown 模式在正文追加 ``)
mentionedMobileListstring[][]@指定手机号成员(text 模式)
timeoutMsnumber5000HTTP 超时(毫秒)
maxContentLengthnumber500消息正文最大字符数