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.

AI 분석

在任务结束、报错或需要确认时,自动向企业微信群发送通知。适合团队协作场景,支持 Markdown 格式、@所有人或指定成员,需配置群机器人 Webhook。

패키지
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消息正文最大字符数