On 10/08/2010, at 4:17 PM, James Healy wrote: > I've recently used directsms.com.au. The API is a simple POST one - not > exactly RESTful, but the documentation is clear and it didn't take long > to build a small wrapper class. > > I can't comment on their support, but setup was fast and painfree. > > Their rates aren't as good as some others though, they're north of 20c > per message in most cases.
I've also used DirectSMS many-a-time, both for outgoing and incoming SMS (via a HTTP post to my app) For those interested in using them, here's the small DirectSMS wrapper I wrote a month ago: http://gist.github.com/516805 I'd be curious what would happen if you passed 5,000 phone numbers as the "to" param :) - their API has no docs on limits, but you might want to ask them first. – tim -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
