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 and Python examples for the LiveEngage Agent Groups API.

Notifications You must be signed in to change notification settings

LiveEngage-Examples/LiveEngage-Agent-Groups-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

LiveEngage-Agent-Groups-API

This repository contains Node.js and Python examples for the LiveEngage Agent Groups API.

NodeJS - Agent Groups API Example

This is a basic example of how to connect to the Agent Groups API in NodeJS by using the request module. The example shows how you can get all of the agent groups that are on your account, and how to get more information for a single agent group by using its id. In order to run this example you will need to update the AgentGroupsAPIExample.js file with your Agent Groups API credentials.

Python - Agent Groups API Sample

This is a basic example of how to connect to the Agent Groups API in Python by using the requests_oauthlib library. The example shows how you can get all of the agent groups that are on your account, and how to get more information for a single agent group by using its id. In order to run this example you will need to update the AgentGroupsAPI_Sample.py file with your Agent Groups API credentials.

This example works with Python 3.5.

About

This repository contains Node.js and Python examples for the LiveEngage Agent Groups API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published