LivePerson API provides data that helps in tracking the health of your customer interactions/chats and enables companies to improve customer experience.
One of the REST API operation is queueHealth that provides the state of each chat, time duration, agent information and other attributes.
String URL = "https://va.data.liveperson.net/operations/api/account/"+ ACCOUNT + "/queuehealth?timeframe=" + "30" + "&skillIds="+ "all" + "&interval=false&v=1";
Adeptia supports OAuth 2.0 which is needed to call LivePerson API and get the data you need for your solution. Attached is one of the example of a pre-built custom plugin that can be used in the process flow. If you need more details on how we can connect to LivePerson API please contact Adeptia Support.
One example of the API call would be to convert JSON results into XML and place the XML files into a target as shown below.
To get more information on the LivePerson API please go to http://www.liveperson.com/liveengage/infrastructure/apis
Attached below is a sample code to call this API.
Comments
0 comments
Article is closed for comments.