新增企业微信、微博、WhatsApp、Workplace 四个渠道扩展。 企业微信渠道扩展主要模块:config, gateway, webhook, webhook_bot, outbound, streaming, pairing, security, crypto, dedupe, persistent_dedupe, card, directory, events, externalcontact, media, mentions, menu, message, oauth, status 微博渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, passive_reply, broadcast, message, menu, media, subscription, template, status WhatsApp 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, actions, monitor, status Workplace 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, actions, challenge, groups, media, mentions, menu, monitor, persona, quick_reply, signature, subscriptions, template, threading, users, status
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"id": "whatsapp",
|
|
"name": "WhatsApp",
|
|
"version": "0.1.0",
|
|
"label": "WhatsApp Cloud API",
|
|
"aliases": ["wa", "whatsapp"],
|
|
"description": "WhatsApp Cloud API 渠道插件,支持私聊与群聊消息收发、流式块级输出、表情反应、投票、媒体发送等",
|
|
"author": "ForcePilot Team",
|
|
"order": 100,
|
|
"dependencies": ["aiohttp"],
|
|
"capabilities": {
|
|
"chat_types": ["direct", "group"],
|
|
"message_types": ["text", "image", "video", "audio", "document", "sticker", "location", "contacts"],
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true,
|
|
"reactions": true,
|
|
"typing_indicator": true,
|
|
"polls": true,
|
|
"reply": true,
|
|
"media": true,
|
|
"edit": false,
|
|
"unsend": false,
|
|
"threads": false,
|
|
"native_commands": false,
|
|
"group_management": false,
|
|
"interactions": ["button", "list", "cta_url", "location_request"]
|
|
},
|
|
"enabled": false,
|
|
"python_requires": ">=3.12"
|
|
} |