Outbound to Tel#
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.
Last updated