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

29 lines
909 B
JSON
Raw Normal View History

{
"id": "lazada",
"name": "Lazada (来赞达)",
"version": "1.0.0",
"description": "Lazada 渠道插件 — 东南亚六国跨境电商客服 Chatbot支持 LPM Webhook + 长轮询双模消息接收、9 种消息模板、OAuth 2.0 认证",
"author": "ForcePilot",
"order": 140,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "video", "product_card", "order_card", "coupon"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": true,
"reply": false,
"media": true,
"effects": false,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": false,
"streaming_mode": "none"
},
"enabled": true,
"python_requires": ">=3.12"
}