Corvisa API

Corvisa LLC is a organisation which provides solution for Cloud Based IVR (Interactive Voice Response). This basically can be used in circumstances where in you need some detection of input done by user over call, depending on which Corvisa gives us data and we can perform required action against the option given by user. We can also write our own logic to handle the IVR system inputs. The programming language used for writing the code/logic for same is LUA.
Note: Corvisa now has be acquired by Shoretel company since around January 2016.

Corvisa API executes on the Summit Application while youe create your own environment. This App is created on the Corvisa Cloud where the code can be access through git repository manager.

Corvisa provides REST API for following features:

Application Logs:

When Summit application runs Corvisa guys do all sort of logging such as events, calls, etc everything they do. Corvisa Application Logs can be used to query all the logging done using filters provided as options to API.
Reference link: https://code.corvisacloud.com/restapi/application_logs.html

Call Scheduling:
 
This API allows to schedule the calls or multiple calls which internally done by the Summit Application. With POST you can schedule the calls and with GET request you can get list of all calls scheduled.
Reference link: https://code.corvisacloud.com/restapi/call_scheduling.html

Inbound SMS:
 
This API will be invoked when a SMS is received to our number which configured with our Summit application. Then an endpoint with sms_inbound_relay will POST the JSON to it and that will invoke the our custom server endpoint.
Reference link: https://code.corvisacloud.com/restapi/inbound_sms.html

Outbound SMS:

 
Summit application allows us to send outbound SMS to specified number passed through Outbound SMS API of Corvisa. Once the SMS is sent to specified number then API will invoke the CALLBACK_URL specified in Outbound SMS API.
Reference link: https://code.corvisacloud.com/restapi/outbound_sms.html

Boston Byte Grabs a Spot in Clutch’s List of Top Software Developers in Massachusetts

Boston Byte is a collective of highly-skilled and highly-professional developers dedicated to solving your technological ...