mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 08:38:10 +08:00
22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
||
"id": "wecom-webhook",
|
||
"name": "企业微信 Webhook",
|
||
"description": "企业微信机器人消息通知,支持文本、Markdown 和卡片消息",
|
||
"protocol": "http",
|
||
"status": "offline",
|
||
"origin": "manual",
|
||
"endpoint": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send",
|
||
"capabilities": [
|
||
"text_message",
|
||
"markdown_message",
|
||
"card_message"
|
||
],
|
||
"version": "1.0",
|
||
"author": "腾讯",
|
||
"tags": [
|
||
"通知",
|
||
"企业微信",
|
||
"Webhook"
|
||
]
|
||
}
|