Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get a phone number customers can sms to that posts the information to my website?

Tags:

php

sms

i need an sms service that can gives me a phone number and then my customers can send me sms to that number. then posts the sms information to my website like http://xx.com/newsms.php?body=hey

Thanks

like image 500
trrrrrrm Avatar asked Mar 21 '10 00:03

trrrrrrm


1 Answers

Twilio recently released a SMS API. With Twilio you can:

  • Get a unique phone number (not a keyword at a shared short code).
  • Easily connect it via a HTTP POST

It's ridiculously simple. Check out the API.

like image 146
Tim Lytle Avatar answered Oct 21 '22 18:10

Tim Lytle