python-five9
python-five9 copied to clipboard
Interact with Five9 Cloud Call Center using Python
While using the Five9 Python library to call the Five9 API. The API call is failing trying to connect to www.ws-i.org. Error Message - requests.exceptions.ConnectionError: HTTPConnectionPool(host='ws-i.org', port=80): Max retries exceeded...
Using this to pull ACD Status data: result = client.supervisor.getStatistics('ACDStatus') The result returns 14 columns and i only need 2 columns. The way the docs read I thought I could...
When running class AdminWebService.createOutboundCampaign as follows: `client.configuration.createOutboundCampaign({'name': 'Test'})` I get the following error: `zeep.exceptions.Fault: "prompt for queue timeout" is required, but is "null"` I've tested with various variables, including prompt,...
I put in a fix to handle large XML, else you get a "Invalid XML content received... huge text node" with the current lxml library. I overrode Class(Five9). I don't...
I want to be able to download `wav` files that are listed under the `Recordings` section of a report. In the report output from the SDK, under the `Recordings` section,...
TransportError: Server returned response (200) with invalid XML: Invalid XML content received (Premature end of data in tag data line 1, line 1, column 92595). Content: b'DATEDATE AND HOURDAY OF...
I keep getting this error when I try to call any of the methods on the client: ``` File "app.py", line 6, in print client.supervisor.getUserLimits() File "/Users/araza/pyfive9/env/lib/python2.7/site-packages/five9/five9.py", line 58, in...
I'm stuck on the very first step. I installed using pip. As soon as I try to run from five9 import Five9, I get the following error:  'cannot import...