Live data from Hacker News

Introducing Our Ridiculously Simple Twilio SMS API

blog.twilio.com

1–10 of 45 posts

Re: Introducing Our Ridiculously Simple Twilio SMS API

#4

Am I the only one that thinks someone is going to build a killer service on top of Twilio? Something to become a household name and be totally disruptive.

Twilio has by far one of the best APIs out there. Most APIs hands you back data, Twilio does "stuff" so you do not have to.

Re: Introducing Our Ridiculously Simple Twilio SMS API

#9

Am I the only one that thinks someone is going to build a killer service on top of Twilio? Something to become a household name and be totally disruptive.

I think i might base my next startup entirely off of using some twilio functions after this price lowering and some research. It's a business app, but it would trickle down to interact with a lot of consumers.

Re: Introducing Our Ridiculously Simple Twilio SMS API

#10
An example from the API page for the curious:

Sending an SMS from 415-555-1212 to 555-867-5309 asking Jenny if she wants to get dinner:

  POST /2008-08-01/Accounts/AC309475e5fede1b49e100272a8640f438/SMS/Messages HTTP/1.1
  From=415-555-1212&To=555-867-5309&Body=Hi+Jenny%21+want+to+grab+dinner%3F
http://www.twilio.com/docs/api/2008-08-01/rest/sending-sms
Post reply on HN