forked from RocketChat/Apps.Salesforce.LiveAgent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
24 lines (24 loc) · 956 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"id": "0d3ac5b3-dd0b-43d3-924a-5a7433902589",
"version": "1.0.0",
"requiredApiVersion": "^1.17.0",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat",
"homepage": "https://github.com/RocketChat/Apps.Salesforce.LiveAgent",
"support": "https://github.com/RocketChat/Apps.Salesforce.LiveAgent/issues"
},
"name": "Saleforce Live Agent Integration",
"nameSlug": "salesforce-live-agent-integration",
"classFile": "SalesforceLiveAgentApp.ts",
"description": "Integration between Rocket.Chat and the Salesforce Live Agent (Chat). Please refer our Github repository for setup instructions.",
"implements": [
"IPostMessageSent",
"IPostLivechatAgentAssigned",
"IPostLivechatAgentUnassigned",
"IPostLivechatRoomClosed",
"IRoomUserTyping",
"IUIKitLivechatInteractionHandler"
],
"commitHash": "09f3bce02b1b5f3eca618f7ea154a30c2e6d003b"
}