vote up 6 vote down star
5

Anyone know of a free SMS API I can integrate in my web application that will enable my users to send a limited amount of free SMS messages?

flag

47% accept rate

9 Answers

vote up 0 vote down check

Check out publisher section on udefn.com. udefn provides free sms api, which you can easily integrate into your application. It allows for polling for messages (so you don't have host the application), or you can setup postback to receive incoming messages. There are code samples available to get you started.

You code your applications as bots and share it with set of users or with everyone. And its free to create and publish bots. For mobile users, there is no cost either (other than their standard rates with their service provider). Users simply add your application/bot to their profile, define a keyword and start using it.

The idea behind udefn is that users define their keyword (increasing the probability of them remembering it and using it). And for bot publishers, its a zero cost way to sms'ise their application. udefn has a dedicated shortcode 51406 (in US for now and international support will be added soon)

link|flag
this is exactly what I was looking for. – Vasil Mar 15 at 14:58
Vasil, check this guy's other answers. Looks a bit spammy. – Anthony Mar 15 at 15:16
vote up 0 vote down

You had better use an SMS gateway software instead. I found this on Google: SMS gateway

link|flag
vote up 0 vote down

ZeepMobile

link|flag
vote up 1 vote down

Hello, I have been using Wadja.com SMS API, it enables you to send free SMS to almost anywhere as far as I am concerned. At least it works fine for me;)

link|flag
vote up 1 vote down

You could try to hook up a mobile phone to your server. Text SMS is fairly simple to send if the phone supports the AT+CMGF=1 command.

http://wiki.forum.nokia.com/index.php/Using_AT_commands_to_send_and_read_SMS

link|flag
I can make my own device for just sending sms. But hooking it to my server will be a bit of a pain, my server being on the other end of the globe. – Vasil Mar 12 at 20:59
vote up 5 vote down

Depends on your country.

America is an odd exception, as some (maybe all) of the carriers charge the message reciever. This means that most carriers have an email-to-SMS gateway, and this is probably your best bet. Any free gateway you find is probably only wrapping the carriers email-to-SMS, and you can't be sure they're not recording your phone numbers for resale.

Most other countries, carriers charge only the sender. If you send enough messages, the carriers will only take a small cut, and there a million and 1 middlemen that resell SMS on this basis. Sometimes you might find one who will send SMS for free, trying to make money by inserting adverts on the message or interface, reselling your phone numbers, or by giving a free sample; in my experience these people tend to disappear fast. If you want a real service, expect to pay on a per message basis.

As other commenters have pointed out, anything that does exactly what you want is an open hole for spam.

(there are a couple more questions on this topic here and here)

link|flag
vote up 1 vote down

I doubt you'll find one for "free", as this is a horrendous gaping hole that spammers will gladly rush through. Horrendous, because the spam-ee gets to pay for getting spammed.

I remember not too long ago that Google had something similar to this, but they shut it down due to abuse.

link|flag
vote up 0 vote down

http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=Free+SMS+gateway&btnG=Google+Search

Returns tons of options.

Perhaps check out these guys: http://www.valuesms.com/index.php/00065da124bda0622b335ad96d3ea79173939ff5

I'd use a SMS Service that works using SOAP or REST for really easy integration.

link|flag
vote up 1 vote down

You can send SMSes via e-mail. No need for an API.

link|flag
He probably wants a real SMS gateway though. – FlySwat Oct 26 '08 at 20:48

Your Answer

Get an OpenID
or

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