Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Twilio Best Practices
  • Table Of Contents Toc
  • Feedback & Rating feedback
Twilio Best Practices

Twilio Best Practices

By : Rogers
4.5 (4)
close
close
Twilio Best Practices

Twilio Best Practices

4.5 (4)
By: Rogers

Overview of this book

If you have experience with at least one programming language and are looking to integrate Twilio into your applications, then this book is for you.
Table of Contents (10 chapters)
close
close
9
Index

Mastering call-related APIs

Now that we know in more abstract terms how the Twilio API works and have had an introduction to the PHP library and Postman, let's try our hand at playing with the API for real, starting with the Call resource.

All of our examples will include the URL and parameters you can use with Postman, plus a code sample for the PHP library.

Making a call

To make a call, we'll need to make a POST request to https://api.twilio.com/2010-04-01/Accounts/<your account SID>/Calls.json with the following parameters:

Parameter

Explanation

From

This refers to the phone number that will be used as the caller ID for this call (this must be one of your Twilio numbers or another one you own and have verified with Twilio).

To

This refers to the phone number you need to dial.

Url

This refers to a URL that serves TwiML, which should be used to handle this call. Either this or ApplicationSid must be specified.

ApplicationSid

This refers to the SID of an application...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY