新增企业微信、微博、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
29 lines
925 B
JSON
29 lines
925 B
JSON
{
|
||
"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 完全关闭。此插件仅用于存量客户迁移参考。"
|
||
} |