cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
937
Views
0
Helpful
3
Replies

Finesse API outbound Schedule Callback

windleaf5188
Level 1
Level 1

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 !

 

 

 

1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

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

View solution in original post

3 Replies 3

dekwan
Cisco Employee
Cisco Employee

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

Thank you very much ! Now it'is ok with two sperate requests!

Cool. Glad that worked.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: