35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"id": "ringcentral",
|
||
|
|
"name": "RingCentral",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"label": "RingCentral (Team Messaging)",
|
||
|
|
"aliases": ["rc", "glip", "ringcentral-glip"],
|
||
|
|
"description": "RingCentral channel plugin for ForcePilot — Team Messaging, Glip API, and RingCentral Bot integration",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 80,
|
||
|
|
"dependencies": ["ringcentral"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group", "team"],
|
||
|
|
"message_types": ["text", "image", "file"],
|
||
|
|
"reactions": true,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": true,
|
||
|
|
"unsend": true,
|
||
|
|
"reply": false,
|
||
|
|
"media": true,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"block_streaming_chunk_min_chars": 500,
|
||
|
|
"block_streaming_chunk_max_chars": 1000,
|
||
|
|
"block_streaming_coalesce_min_chars": 200,
|
||
|
|
"adaptive_cards": true,
|
||
|
|
"tasks": false,
|
||
|
|
"events": false,
|
||
|
|
"notes": false
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|