cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3221
Views
5
Helpful
2
Replies

Sample code to use REST API in CVP

ajey_shetty
Level 1
Level 1

Hello,

I do not have much idea about java programing. I developed a POST API using python, which i want it to be consume by my CVP application.

 

We have CVP 10.5

I  know that we have to write a java class custom code for consuming the rest API in CVP studio.

Is there any sample code with rest api integration which would make my life easier ?

 

Thank you in advance.

1 Accepted Solution

Accepted Solutions

Chintan Gajjar
Level 8
Level 8

CVP 11.0 has built in ready to use Rest Element in Call studio, you just missed there.

 

Now regarding building a CVP Custom Element, do you have any background on how to do them?

There are many types of custom element possible in CVP (Action, decision, Voice etc) and there is a process involved on how to code them, and how to integrate them with call studio and how to place them best on VXML server which will require you to go through some of the CVP documentation.

 

Now for the generalized java examples for CVP custom element, look at below:

https://developer.cisco.com/site/customer-voice-portal/downloads/custom-elements/java-code-samples/index.gsp

 

View solution in original post

2 Replies 2

Chintan Gajjar
Level 8
Level 8

CVP 11.0 has built in ready to use Rest Element in Call studio, you just missed there.

 

Now regarding building a CVP Custom Element, do you have any background on how to do them?

There are many types of custom element possible in CVP (Action, decision, Voice etc) and there is a process involved on how to code them, and how to integrate them with call studio and how to place them best on VXML server which will require you to go through some of the CVP documentation.

 

Now for the generalized java examples for CVP custom element, look at below:

https://developer.cisco.com/site/customer-voice-portal/downloads/custom-elements/java-code-samples/index.gsp

 

Thank you :)