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, maxQueueTime, callWrapup, dialNumberOnTimeout. Unfortunately none of these seem to be the variable that Five9 is looking for.
I'm unable to find this missing value in any documentation related to this project or Five9's documentation - at this point I'm stumped how to get around it.
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, maxQueueTime, callWrapup, dialNumberOnTimeout. Unfortunately none of these seem to be the variable that Five9 is looking for.
I'm unable to find this missing value in any documentation related to this project or Five9's documentation - at this point I'm stumped how to get around it.