Topic: Java API to call created application

Hi,

Is there any java API is available to call these created applications. so that i can create application here and will try to call this by using this API in my Java web application page.

Thanking you,
Suneel kumar.N

Re: Java API to call created application

Hi Suneel,

There is no Java specific API. We do have a REST API, which is accessible via HTTP. For more information, please take a look at our docs: http://quickfuseapps.com/docs/api/start

Regards,
The QuickFuse Team

Re: Java API to call created application

Hi,

I am fine with Rest Web services, how can i know what is the WSDL URL for my account and also how can i call a particular application from the list applications.  Means what will be the URL for this parameters and all details.  So that i can use these application from Java web application.

Thanking you,
Suneel kumar.N

Re: Java API to call created application

Hi Suneel,

There is no WSDL, all of our API functions are fully documented here: http://quickfuseapps.com/docs/api/start

There is also no account-specific URL, all of your API calls should begin with: http://quickfuseapps.com/api/1/

Regards,
The QuickFuse Team

Re: Java API to call created application

Hi,

I have a sample application in my account as per your previous post we have a Rest Web Service to call my application in java what should be the URL need to give in my Java code so that i can access the My application. 

And will this support only USA numbers or can i call all international calls means all over the world.

Thanking you,
Suneel kumar.N

Re: Java API to call created application

Hi Suneel,

QuickFuse, and IVR applications in general, cannot call Java applications. IVRs are written in VXML, and may have some Javascript code as well, but they cannot execute a Java web application. Please let us know if we are misunderstanding your question.

Since you are a trial user, you can only make USA outbound calls for now. Paid users can make international outbound calls.

Regards,
The QuickFuse Team

Re: Java API to call created application

Hi Team,

I have created a PHP application and able to call the IVR by using the Outbound API and it is calling the number provided by me.  And it is executing the message what i have assigned to that IVR application.  Now i want to make that has to normal phone calls between two persons.  That means when i have made the call from the Outbound API it has to be like our normal phone call process.   How can i do that from here.  Please guide me doing like that, i have tried with transfter module but it was not worked for me.

Thanking you,
Suneel kumar.N

Re: Java API to call created application

Hi Suneel,

We took a peek at the applications in your account. In the transfer module, you don't specify a phone number to transfer to.

Regards,
The QuickFuse Team