Read Aloud the Text Content
This audio was created by Woord's Text to Speech service by content creators from all around the world.
Text Content or SSML code:
How to Make a Call using the Twilio Call API? | Programmable Voice | Twilio API In this video, we are going to demonstrate how to make a call via Twilio Call API. First off, open the Twilio website in your browser Next, go to the Log-in option if you already have an account If you don’t have an account, go to the Sign-up option Enter the credentials here and click on Log-in You can see your dashboard now. Go to “Explore products” now to select the API option Scroll down now and tap on “API Explorer” You can see the options like calls, recordings, transcriptions, etc. Your next step is to select the Calls option You can see all the methods of Call now. Click on the first option called the POST method to make a call The POST method is showing options like FORMAT, ACCOUNT SID, TO, FROM, etc Select JSON option in FORMAT You will see Account SID already there Now you need to enter the number in the TO option. For this, go back to Explore products Click on phone numbers and tap on “verified caller IDs” You can see that we have already added Caller IDs. We will go with the Second number and will add it in the TO option. In the FROM option, we have added the number we purchased from Twilio for calling purpose To see whether the number is active or not, go to Phone numbers option and tap on “Active numbers” You can see the number is active. To add the URL in the “URL option”, go to TwiML apps We have already created a TWIML APP ID. You can create your own. Open it and Copy the Request URL now and paste it in URL option For the TWIML option, just copy the SID and paste it in TWIML Now we will add the Application SID You can see many Optional options below. It’s all up to you whether you want to use it or not. Scroll down below now and click on the “Make Request” button. After this, you can see a successful message on the right side. It will show all the details you added. You can see the Call is finally connected.