ljnljn2005/dsh-wecom-notify ↗★ 0
dsh-wecom-notify
DSH plugin: notify WeChat Work (企业微信群机器人 webhook) when a task completes, errors, or needs user input. Text by default, markdown optional.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置项
| 字段 | 类型 | 默认 | 说明 |
|---|---|---|---|
webhookUrl | string | 必填 | 企业微信群机器人 webhook 地址 |
msgType | text | markdown | text | 消息类型 |
notifyComplete | boolean | true | 任务完成时通知 |
notifyError | boolean | true | 任务出错时通知 |
notifyQuestion | boolean | true | 需要用户选择/确认时通知 |
title | string | DSH 通知 | 通知标题前缀 |
mentionAll | boolean | false | @所有人(text 用 mentioned_list: ["@all"];markdown 用 ``) |
mentionedList | string[] | [] | @指定成员(企业 userid;markdown 模式在正文追加 ``) |
mentionedMobileList | string[] | [] | @指定手机号成员(text 模式) |
timeoutMs | number | 5000 | HTTP 超时(毫秒) |
maxContentLength | number | 500 | 消息正文最大字符数 |