See LP developer site for API docs and guides: https://developers.liveperson.com/documents.html
This repository contains Node.js and Python examples for the LiveEngage Real Time Operational API.
This is an example of how to query the Agent Activity Method of the Real Time Operational API in NodeJS by using the request module. In order to run this example you will need to update the AgentActivity-Example.js file with your Real Time Operational API credentials.
This is an example of how to query the Engagement Activity Method of the Real Time Operational API in NodeJS by using the request module. In order to run this example you will need to update the EngagementActivity-Example.js file with your Real Time Operational API credentials.
This is an example of how to query the Queue Health Method of the Real Time Operational API in Python by using the request module. In order to run this example you will need to update the QueueHealth-Example.js file with your Real Time Operational API credentials.
This is an example of how to connect to the Real Time Operational API in Python by using the requests_oauthlib library, and how to create a CSV file with the data that is returned from the API by using Pandas. In order to run this example you will need to update the rt-api-to_csv-pandas.py file with your Real Time Operational API credentials.
This example works with Python 3.5.
Thank you WildYorkies for providing this example code.
This is an example of how to query the Agent Activity Method of the Real Time Operational API in Python by using the requests_oauthlib library. In order to run this example you will need to update the AgentActivityExample.py file with your Real Time Operational API credentials.
This example works with Python 3.5.
This is an example of how to query the Engagement Activity Method of the Real Time Operational API in Python by using the requests_oauthlib library. In order to run this example you will need to update the EngagementActivityExample.py file with your Real Time Operational API credentials.
This example works with Python 3.5.
This is an example of how to query the Queue Health Method of the Real Time Operational API in Python by using the requests_oauthlib library. In order to run this example you will need to update the QueueHealthExample.py file with your Real Time Operational API credentials.
This example works with Python 3.5.