Group2call APIs
Group2call provides many APis for integrating message broadcasting into your own application. All of the modules and screens in Message Center are also provided unbranded. There is also no charge for this. Below is a list of the common APIs available:
Send Message
The core API for initiating broadcasts. This API allows you to send text-to-speech or recorded messages as well as initiate simultaneous voice, email and SMS broadcasts. You can also specify your own WAV or MP3 file to send
Query Message
Once your messages have been sent you'll need to find the status of the messages sent, such as were they successfully delivered or did they go to answer machine? The query API simply accepts the queue ids of the message (returned by the Send Message API) and returns the status of the message.
Record Me API
The Record Me API allows you to initiate voice recordings directly from your own application or web site. For example, placing a "Record a Message" button on your web site that calls this API will initiate a call to a phone number and allow the recipient to record a message. This message is then stored as a MP3 file that can be played back to the user as well as passed to the Send Message API for broadcasting
