05-07-2019 02:04 AM
Hello, I use finessse API 11.5. I have a question for finesse API outbound Schedule Callback. I want to send a http request to schedule a outbound callback with two params "callbackNumber" and "callbackTime" :
<Dialog>
<requestedAction>UPDATE_SCHEDULED_CALLBACK</requestedAction>
<targetMediaAddress>${mediaAddress}</targetMediaAddress>
<actionParams>
<ActionParam><name>callbackTime</name><value>${callbackTime}</value></ActionParam>
<ActionParam><name>callbackNumber</name><value>${callbackNumber}</value></ActionParam>
</actionParams>
</Dialog>
But the return result of finesse show me that the finesse api save juste the value of callbackTime and not the value of callbackNumber.
How can I save the value of callbackTime and callbackNumber for the finesse api outbound callback?
Some one can help me ? Thanks very much !
Solved! Go to Solution.
05-07-2019 09:53 AM
Hi,
Per documentation (https://developer.cisco.com/docs/finesse/#!dialog-schedule-or-cancel-a-callback/dialogschedule-or-cancel-a-callback), I noticed that it says:
actionParams (required): A collection of objects called ActionParam, which contain name/value pairs. The name must be UPDATE_SCHEDULED_CALLBACK. The value can be callbackTime or callbackNumber. A single parameter must be specified for the value. Any additional parameters are ignored.
So, can you try to make them two separate requests?
Thanx,
Denise
05-07-2019 09:53 AM
Hi,
Per documentation (https://developer.cisco.com/docs/finesse/#!dialog-schedule-or-cancel-a-callback/dialogschedule-or-cancel-a-callback), I noticed that it says:
actionParams (required): A collection of objects called ActionParam, which contain name/value pairs. The name must be UPDATE_SCHEDULED_CALLBACK. The value can be callbackTime or callbackNumber. A single parameter must be specified for the value. Any additional parameters are ignored.
So, can you try to make them two separate requests?
Thanx,
Denise
05-23-2019 11:39 PM
05-24-2019 09:32 AM
Cool. Glad that worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide