TwilioQuest Day3

  • used cURL
  • used dev-phone to make a phone call in terminal
curl -X POST https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Calls.json \
--data-urlencode "Url={MyTwiML_cURL}" \
--data-urlencode "To={MyFirstTwilioNumber}" \
--data-urlencode "From={MySecondTwilioNumber}" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

Built With

Share this project:

Updates