SpeakBlast
|
We make it easy to send program calls, however we will have to approve the script you use. Some pre-built scripts we've made include tracking number calls, lost password calls and new user verification (captcha calls).
After you set up an account, you can hit the http://www.speakblast.com/api.html page with the following fields (standard REST & delimited HTTP call):
your account emailAs an alternative to sending a password, you can use:
your account password
comma-delimited list of alternate phone numbers for the 1 person you are calling, system will call them all and hang up on the others when first one accepts the call
name of the script you are calling this person with
each script has one or more params (param-tracking_number, etc.). Pass them in the param-XXX fields.
md5hex(current-time + md5hex(account-email + password))The API will reply with either : ok - callid-number or error - reason-for-the-error
current time or random number