Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Api / services for receiving sms (text messaging) online [closed]

My current project requires us to receive text messages online. It's hard to wade through the search results as many of the are just websites with about 10 numbers for everyone to use.

I am looking for services along the lines of what is being offered at http://www.tropo.com

You can send and receive text messages online on your own private generated phone number within the US or Canada.

Preferably free, just need a few more before I make any decisions

Thanks!

like image 878
KennyV Avatar asked Apr 17 '13 10:04

KennyV


People also ask

What is API in SMS service?

A SMS API is well-defined software interface which enables code to send short messages via a SMS Gateway. As the infrastructures for SMS communications and the internet are mostly divided, SMS APIs are often used to 'bridge the gap' between telecommunications carrier networks and the wider web.

Is there any free API to send SMS?

TextBelt Open Source. TextBelt Open Source is a REST API that sends outgoing SMS. It uses a free mechanism for sending texts, different from the more reliable paid version available at https://textbelt.com. This project uses carrier-specific gateways to deliver your text messages for free, and without ads.

How do I use Twilio API to receive SMS?

Log in to the Twilio Console's Phone Numbers page. Click on the phone number you'd like to have connected to your Function. If you want the Function to respond to incoming SMS, find the A Message Comes In option under Messaging.


1 Answers

Disclaimer, I do developer evangelism part time at Nexmo.

Here are a few paid SMS APIs:

  • Nexmo
  • Twilio
  • Tropo

You may be able to hack something together that works for free, but you risk that solution being disabled by whatever provider you use (for example, some people send SMS via Google Voice, but I wouldn't recommend relying on that).

Since you're receiving SMS, Nexmo would be a good solution when it comes to price. You only pay for the virtual number (roughly $1 a month), and all incoming messages are free.

like image 104
Tim Lytle Avatar answered Sep 20 '22 05:09

Tim Lytle