Twilio API: Build SMS Text Message Into Web Apps

MindfireSolutions 1,549 views 18 slides Nov 03, 2014
Slide 1
Slide 1 of 18
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18

About This Presentation

Twilio allows building apps that send and receive SMS using phone numbers. This session is to learn about the basics of Twilio API, how to use and to send SMS with Twilio.


Slide Content

TWILIO API
Presenter: Naincy Gupta
Mindfire Solutions
Build Text Messaging in Web
App.

About Me
Certifications:
M70 101 - Magento Certified Developer
OCA 870 - MYSQL
Contact Me:
Email:
[email protected]
Skype: mfsi_naincy.gupta
Connect Me: -
Facebook : https://www.facebook.com/naincy.gupta.35574
LinkedIn : in.linkedin.com/pub/naincy-gupta/66/440/6a3/
Google+: https://plus.google.com/u/0/+NaincyGuptaTechSharing/posts
Blog: http://[email protected]

Contents
Introduction
How it Works?
Get start with it
TWILIO API
Features of Twilio
Comparison with other API's

Introduction
Allow to build apps that can communicate.
TWILIO APIs are designed to make it easier to build
telephony into your apps
TWILIO SMS supports 98 languages
You can use TWILIO API with PHP, PYTHON, RUBY,
JAVA, .NET, PERL

How It Works?

How to Start with
Create account in Twilio
Get verified your phone number.
Get a Twilio Phone number.
Write your script want to call
Set POST url for the number which will call your script
All set! To send SMS

TWILIO REST API
Request Formats :- HTTP Request
Parameters: From, Body, DateSent
Response Formats:- POST parameters
Required: From, To
Atleast one: Body or Mediaurl

Features of TWILIO
SMS API: Build apps that send and receive SMS
-Global reach
-Concatenated Messaging
-Message queueing
-Logs & analytics
-Voice enabled numbers

VOICE API: Build apps that make and receive phone
calls.
-Play audio & text
-Record audio
-Conferencing
-Real time status
-Global reach
-Convert Speech to text
TWILIO Client: Lets any browser, phone or tablet talk
using only a data connection. With it you can embed voice
directly into your web, iPhone or Android apps.

Benefits of TWILIO
Set Geographic permissions for SMS sending and
receiving.
Monitor your API.
Maintain log details of SMS.
Can export CSV of your logs.
Can use TWILIO API with PHP, PYTHON, RUBY,
JAVA, .NET, PERL

Comparison with
Other API's

Features
TWILIO TROPO NEXMO
SMS YES YES YES
VOICE Call YES YES YES
Inbound Numbers YES - -
Voice Recognition - YES -
Client API YES YES -
Logs YES YES
(call logs in google
maps)
-
Import contacts
from gmail
- YES -
Development FREE - YES -
Convert Speech to
text
YES - -

QUESTIONS..??
Mail me your questions at [email protected]

References
https://www.twilio.com/sms
https://www.twilio.com/docs/api/twiml
https://www.twilio.com/docs/api/rest
https://www.youtube.com/watch?v=UU8WGC7bvW8
https://www.youtube.com/watch?v=jZPeNfLD5Yc

Thank You..!!