ForcePilot/backend/package/yuxi/channel/extensions/workplace/plugin.json
Kris 7215418610 feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展
新增企业微信、微博、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
2026-05-21 12:01:56 +08:00

29 lines
925 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "workplace",
"name": "Workplace from Meta",
"version": "0.1.0",
"order": 140,
"aliases": ["facebook-workplace", "workplace-meta", "fb-work"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "file", "video", "audio"],
"streaming": true,
"block_streaming": true,
"reactions": true,
"polls": false,
"reply": true,
"media": true,
"templates": true,
"typing_indicator": true,
"group_management": true,
"mentions": true,
"edit": false,
"unsend": false,
"persistent_menu": true,
"personas": false,
"handover": false
},
"enabled": false,
"deprecated": true,
"deprecation_note": "Workplace from Meta 已于 2025.9.1 进入只读模式2026.5.31 完全关闭。此插件仅用于存量客户迁移参考。"
}