I need to build a web application that sends a free SMS to its users. Now the problem is That I have no clue as to where do I get a free API to get this to work and how? Can someone help?

link|improve this question
There are a huge variety of free SMS APIs available. I just searched for "free SMS API" on Google and got back lots of results. Did you have a more specific question? – Anirvan Feb 7 at 23:22
possible duplicate of Free SMS API – awoodland Feb 8 at 10:50
feedback

1 Answer

I believe most of the 'free' APIs make their money with ads embedded in your messages or sent along as a separate message. Additionally, the messages will likely come from a shared short code. If you're okay with those limitations, as @anirvan commented, google is your friend - here's just one example. Unlikely that you'll get wide international support (if that's something you need).

You could also try the email to SMS route, as many carriers will accept email to a unique address and forward that to the user. Again, google can help in finding those mappings. Note that the messages may not be in a desirable format, and if you do this with any volume, you may incur the wrath of the carriers.

There's also low cost APIs - certainly not free - but perhaps worth considering depending on your use case. Here are a few:

If cost is your main concern, I think you'll find Nexmo has the most competitive prices.

Disclosure: I'm a developer evangelist for Nexmo.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.