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?
|
5
|
|
|
|
|
|
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) |
||
|
|
You had better use an SMS gateway software instead. I found this on Google: SMS gateway |
||
|
|
|
|
ZeepMobile |
||
|
|
|
|
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;) |
||
|
|
|
|
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 |
||
|
|
|
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) |
|||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
You can send SMSes via e-mail. No need for an API. |
||
|
