Integration between Rocket.Chat and the Salesforce Live Agent (Chat).
-
Salesforce Org with Live Agent Setup.
-
Rocket Chat Instance with Live Chat Setup.
-
Rocket.Chat App Engine CLI.
- Guide here
To install the app, just go to the Rocket.Chat Marketplace in your server from Administration -> Marketplace and search for the app. You will find an Install button, clicking on it will install the app in your server in no time. If you are a developer or want to modify the app/ contribute to the app, you can follow these instructions to deploy app manually on your Rocket.Chat instance:
-
Clone this repository
git clone https://github.com/RocketChat/Apps.Salesforce.LiveAgent
-
Change to root directory
cd Apps.Salesforce.LiveAgent
-
Install NPM Packages
npm install
-
Deploy to your Rocket Chat Server
rc-apps deploy --url <YOUR SERVER URL> --username <YOUR ADMIN USERNAME> --password <YOUR ADMIN PASSWORD>
-
In your Rocket Chat Server, you can now go to Administration -> Apps and access the app from there.
-
Salesforce Bot Username and Salesforce Bot Department Name
-
Create a new user from Administration -> Users. Fill out all the details as you want, after filling all the details add,
bot
andlivechat-agent
to the Roles at the end of the form and hit Save. Paste this user's username in respective field on app setting page. -
Then go to Omnichannel -> Departments -> New Department and create a new department. Assign our new bot user to that deparment. Paste this department name in Salesforce Bot Department Name setting field. Note: Make sure to never add any other user other than the one we just added in this department.
-
-
Salesforce Chat Endpoint
- To find this value, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> Quick Find Search -> Search for chat setting -> Click on Chat Settings option -> Copy Chat API Endpoint value.
-
Salesforce Organization ID
- To find this value, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> Quick Find Search -> Search for company information -> Click on Company Information option -> Copy Salesforce.com Organization ID value.
-
Salesforce Deployment ID
- To find this value, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> Quick Find Search -> Search for embedded service deployments -> Click on Embedded Service Deployments option -> Locate current chat group and click on View -> From Embedded Service Code Snippets option, click on Get Code -> Locate the value of deploymentId from Chat Code Snippet.
-
Salesforce Button ID
- To find this value, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> Quick Find Search -> Search for embedded service deployments -> Click on Embedded Service Deployments option -> Locate current chat group and click on View -> From Embedded Service Code Snippets option, click on Get Code -> Locate the value of buttonId from Chat Code Snippet.
Adding the above values to the app settings page is all you need to do to get Liveagent talking to your Livechat visitors. You can now proceed to App Usage section to know how to actually use this app. However this app is also designed to work with Dialogflow, so that you can include a Dialogflow Chatbot alongside your Liveagent. Please keep reading to know more about Dialogflow Chatbot Configurations.
-
To configure the Dialogflow Chatbot, you will need to install Dialogflow App, available for free from the Rocket.Chat Marketplace. You can refer to the setup guide here, for setup instructions.
-
Once you have the Dialogflow app completely setup and running on your Rocket.Chat instance. Paste the Dialogflow Bot User username and department name in Dialogflow Bot Username and Dialogflow Bot Department Name fields respectively on Salesforce Liveagent Integration app settings page.
-
Now you can provide your visitors with a Handover button, this button will enable visitors to perform a handover to Liveagent. To add this button in your Dialogflow response, just add the Handover Button Block block in your Quick replies Payload. Once you have this block added in your Quick replied payload, go to the Dialogflow app settings and paste the Salesforce Bot Department name in Target Department for Handover field.
-
Awesome! You have now Dialogflow Chatbot and Salesforce Liveagent working alongside each other. You can even take it a step further by providing enabling Dialogflow End Chat Events. This events are triggered automatically when the chat is ended with Salesforce Liveagent and the visitor is handed back to Dialogflow.
-
To enable the End Chat Event, just go to your Salesforce Liveagent app settings -> Toggle the Enable Dialogflow Events (Optional) setting to ON. This will enable the Dialogflow End Chat Events.
-
Now provide the name of the Dialogflow event you want to enable in the either/all of the three following setting fields of the Salesforce Liveagent app settings. For example if you want Dialogflow event namely
sucess_end_live_chat
to trigger when there was a succesful chat session, then writesucess_end_live_chat
in the Dialogflow Agent Ended Chat Event Name (Optional). -
If your Dialogflow event is using language other than English, then provide a language code in Dialogflow End Chat Event Language Code (Optional). By default it is set to
en
. -
Following are the instructions on how to use the app:
App should be running right away once you complete all required above configurations. However before making a new Chat request, make sure your Salesforce Live Agent is Online:
-
To change your Live Agent status to online, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> On the right hand side, you will find an icon named App Launcher () -> Click on this icon and go to Service Console.
-
Once you are in Service Console, look at the bottom bar. From the bottom bar, click on Omni-channel and change status from
Offline
toAvailable - Chat
.
Once your Live Agent is online and ready to take new requests. Go to your Rocket Chat Live Chat widget to initiate a session. Now you can initiate a new session in either of the two ways, based on how you setup your app:
In this type, a new chat session will be automatically initiated once your visitor enters the Salesforce Bot Department of Rocket.Chat Livechat. Refers to following steps for more info:
In this type, the visitor will enter the Dialogflow Bot department and will be provided with a Handover Button as per your configured settings. For example: If you have set your "Quick replies payload with Handover button" in Default Fallback Intent, Dialogflow Bot will provide the handover option to visitor, whenever the Dialogflow is unsure of the user question:
REST API Endpoints can be used to trigger specific actions in the app. You can go to the app setting page and get the complete URLs to make an API call using cURL
or any other software of your choice, for example Postman. Currently the app supports the following endpoints:
Endpoints | Method | Description | Instructions |
---|---|---|---|
/handover |
POST | To perform handover of a current ongoing Live Chat session to the given Omnichannel department. | here |
/availability |
GET | This endpoint can check whether or not the given Salesforce Live Agent Button Id(s) can accept the new chat requests. | here |
-
Welcome message is automatically sent to the Live Chat visitor on the successfull initiation of his/her chat session.
-
To enable this message, go to your Salesforce Dashboard -> Setup (In Gear Icon) -> Quick Find Search -> Search for - Chat Buttons & Invitations -> Click on the button you have setup with the app -> Click on Edit -> Change Auto Greeting field value to the message of your choice -> Click on Save
-
You can go to the app setting page and customise app responses as per your requirement. You can customise the app responses for the following events:
- Live Agent Events:
- Finding Live Agent.
- User placed in a queue.
- User is next up in queue.
- No Queue.
- No Agent Available.
- Technical Difficulty.
- Live Agent Events:
-
To change this responses, just go to the app setting page and scroll down to the one you want to change. Change the message in the field(s) and click on Save Changes. For some messages that has a variable in them, you can use
%s
as a placeholder for that variable.
Debug mode is a setting that is intended for the use of Developers to keep track of various Logs and debug message right from the Live Chat widget without the need of keep checking the console. To enable this mode, just toggle the switch to ON
from the app setting page. Note: Only for use in Developer
environment and not Production
environment.
-
If you have the pre-chat form disabled in your Live Chat or you just want to set a default department to route all new visitor to your preferred Omnichannel department, follow these instructions:
-
Insert your preferred Department name to the following function, and this function to your
Live Chat installation script
:RocketChat(function () { this.setDepartment("botDepartment"); });
-
For example, your script should look like the following, after adding the API function:
<script type="text/javascript"> (function (w, d, s, u) { w.RocketChat = function (c) { w.RocketChat._.push(c); }; w.RocketChat._ = []; w.RocketChat.url = u; var h = d.getElementsByTagName(s)[0], j = d.createElement(s); j.async = true; j.src = "http://localhost:3000/livechat/rocketchat-livechat.min.js?_=201903270000"; h.parentNode.insertBefore(j, h); })(window, document, "script", "http://localhost:3000/livechat"); RocketChat(function () { this.setDepartment("botDepartment"); }); </script>
-
-
Doing this should change your default Omnichannel department.