Howto add SMS functionality to your web app
21–26 of 26 posts
Re: Howto add SMS functionality to your web app
#22Apart from a nicer website, how is this service any different from Mobivity, or half a dozen others? Maybe it's substantially cheaper but I can't seem to find any pricing information.
This is an API, not an application. In other words, if you want the end-user to get an SMS reply, you have to write code and instruct the API to send a message. Mobivity gives you simple marketing tools (voting, pre-defined messages to reply with, etc.).
Re: Howto add SMS functionality to your web app
#23Why do SMS web service prices vary so much? How does this service do a better job than Penny SMS who charge $0.01/message and provide return messages via email? https://www.pennysms.com/
The situation is awful, and paints a nasty picture of what the web would look like if it were not for net neutrality.
Re: Howto add SMS functionality to your web app
#24Earlier quoted context omitted.
Who are you? Verizon? I think you mean 0.05$ not 0.05¢. There is a difference, and it's rather significant ($25/500 vs. $0.25/500).
What are you talking about? :D
Re: Howto add SMS functionality to your web app
#25aren't there email addresses for every common vendor? yournumber@att.net or something like that?
Re: Howto add SMS functionality to your web app
#26These guys are great in the UK (and work for the US, too) for SMS. I have also written a Ruby wrapper for their API using ActiveResource:
http://tastyrails.com/post/190454192/sending-sms-with-esende...