Outbound to Tel#

API Token Notice

You will need both your API Token and your Call API SID (ACCOUNT_SID). Both are available in User Settings at the top right of the portal.

Making an outbound call to a telephone number

The CallAPI will make a call to USA or international phone number. After the call is made and answered the fourscore.xml file will be played.

curl -X POST https://v1.api19.com/call/2012-04-24/Accounts/ACCOUNT_SID/Calls.json  \
   -d 'From=18727738823' \
   -d 'To=19392234422' \
   -d 'Url=https://example.api19.com/sample.php' \
   -u 'API_Token:API_Token'

Example Responses is a menu option under Example Code.

You'll need your CallAPI Account SID and your API Token

Last updated