11-30-2017 01:49 AM - edited 03-15-2019 06:34 AM
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.
Solved! Go to Solution.
11-30-2017 02:22 AM
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:
11-30-2017 02:22 AM
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:
12-04-2017 05:26 AM
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