ForcePilot/backend/package/yuxi/channel/extensions/generic_webhook/plugin.json

29 lines
888 B
JSON
Raw Normal View History

{
"id": "generic-webhook",
"name": "通用 Webhook",
"version": "1.0.0",
"label": "通用 Webhook 管道",
"aliases": ["webhook-generic", "通用管道", "万能适配器"],
"description": "通用 Webhook 管道插件 — 支持 JSONPath 映射的入站 Webhook 接收与 Jinja2 模板出站推送",
"author": "ForcePilot Team",
"order": 85,
"dependencies": ["httpx", "jsonpath_ng", "jinja2"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": false,
"media": false,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": false
},
"enabled": true,
"python_requires": ">=3.12"
}