cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
375
Views
0
Helpful
1
Replies

HTTP Post using Cisco WorkFlow UCCE 11.5(1)

Swaminathan N
Level 1
Level 1

Hi,

I am trying to use the Cisco Workfllow to make HTTP post request to local machine(In which Finesse agent desktop is running) during answer call . But the request is not triggered.

Below is the Workflow configuration.

Type- HTTP Request

Handled By - Other

Method - Post

Location - Other

Content Type- application/json

URL - http://localhost:9090/testing?Num=123

Kindly advice

Thanks,

Swamiathan.N

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

Hi Swaminathan,

The Finesse workflow HTTP request is actually made on the Finesse server itself. If you want to trigger something on the client machine, you have to create a custom gadget that calls the http request directly. You can modify the WorkflowScreenPopSampleGadget to do this.

Thanx,

Denise