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.
AI Analysis
在任务结束、报错或需要确认时,自动向企业微信群发送通知。适合团队协作场景,支持 Markdown 格式、@所有人或指定成员,需配置群机器人 Webhook。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 | 消息正文最大字符数 |