Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

This repository contains Node.js examples for the LiveEngage Agent Metrics API.

License

Notifications You must be signed in to change notification settings

LiveEngage-Examples/LiveEngage-Agent-Metrics-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiveEngage-Agent-Metrics-API

See LP developer site for API docs and guides: https://developers.liveperson.com/documents.html

NodeJS - Agent Metrics API Example

This is a basic example of how to connect to the Agent Metrics API in NodeJS by using the request module. The example shows how you can get the Agent's current status in LiveEngage, and how to get a summary on the current state of the contact center. In order to run this example you will need to update the js file with your Agent Metrics API credentials.

In order to run these examples, you will need to install the request module. To install the module just run:

npm install request

Postman Collection - Agent Metrics API Example

This is a basic example of how to connect to the Agent Metrics API in Postman. The collection contains 3 request that show how to:

  • Get the domain of your account for this API
  • Call the status method
  • Call the summary method

To import this collection, just download the json file, and inside Postman, click on the import button, and select that file.

About

This repository contains Node.js examples for the LiveEngage Agent Metrics API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published