Book Image

Internet of Things with Arduino Blueprints

By : Pradeeka Seneviratne
Book Image

Internet of Things with Arduino Blueprints

By: Pradeeka Seneviratne

Overview of this book

Table of Contents (15 chapters)
Internet of Things with Arduino Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Getting started with Twilio


The Twilio platform provides API to programmatically send, receive, and track SMS messages worldwide, while also letting you test your SMS-enabled applications within a sandbox environment.

Creating a Twilio account

Using your Internet browser, visit https://www.twilio.com/. The Twilio landing page will be displayed with the sign up and log in options.

Click on the SIGN UP button. You will be navigated to the new user registration form.

Fill out the form with the relevant information and then click on the Get Started button. You will be navigated to the Human Verification page:

  1. In this page, select your country from the drop-down list and type your phone number in the textbox.

  2. Click on the Text Me button. You will be navigated to the Enter Verification Page. Meanwhile, your mobile phone will receive an SMS message containing a verification code.

  3. In the Enter Verification Page, enter the verification code and click on the Submit button.

After successfully verifying your...