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

29 lines
766 B
JSON
Raw Normal View History

{
"id": "intercom",
"name": "Intercom",
"version": "0.1.0",
"description": "Intercom Messenger channel plugin supporting direct chat, text/image/file messages, block streaming, and webhook-based inbound messaging",
"author": "ForcePilot",
"order": 65,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "file"],
"interactions": ["button"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true
},
"enabled": true
}