Inspiration

Want Honest answer? Points 😋 and Knowledge learning😌

What it does

Using curl we execute the command on Twilio cli to send a call request on Dev phone. to make a voice xml we use the url of TwiML Bin in curl command.

curl -X POST "https://api.twilio.com/2010-04-01/Accounts/%TWILIO_ACCOUNT_SID%/Calls.json" --data-urlencode "Url={Twiml url link Hint: Just search in search bar on twilio website you will find on top most}" --data-urlencode "To={Second number with no XML}" --data-urlencode "From={Active number with voice.XML}" -u %TWILIO_ACCOUNT_SID%:%TWILIO_AUTH_TOKEN%

How we built it

Using Curl, Twiml Bin, Devphone and Twilio

Challenges we ran into

NONE, if you have solved all other 5 day task. all are interlinked

Accomplishments that we're proud of

Being able to consistent with tasks✨👀

What we learned

How to make call using Curl to Devphone

What's next for First Phone call

Final Day 6 wrap up for Twilio Task series.

Built With

Share this project:

Updates