Search code examples
pythonpbxgenesyspabx

What languages provide SDKs for interacting with Genesys services?


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?


Solution

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