Question

Genesys is a contact center platform that provides software for working with both hard and soft PBXs. There are also a number of ancillary services they provide to support the wider contact center business.

I'm aware of the .NET and Java SDKs that Genesys supply on a first hand basis. Is there SDK support for any other languages and, specifically, is there an official Python library for interacting with their services?

Alternatively, are there any 3rd party libraries that are designed to interact with Genesys services for Python?

Was it helpful?

Solution

If they are providing a C library, you can use ctypes to interact with it.

OTHER TIPS

Just for completeness, one could use ironpython (http://ironpython.net/) with the .net libraries from genesys.

FWIW, I use the java libs with jython.

I was kind of expecting the scripts to be interchangeable (ie. between jython and ironpython) but unfortunately, the API differs in parts. ie. the parameters to some of the functions are different or in a different order.

What do you need to interact with exacly? The GIS provides soap calls for a lot of functions.

There is neither a native C nor a Python library. Best bet is to use GIS as suggested.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top