Alex Cooper wrote: > can anyone recommend a good Australian bulk SMS provider, for easy > integration with a Rails app? I want to be able to send messages with > a minimum of fuss directly from our app, in volumes ranging roughly > between 500--5,000 at a time. All our members are in Australia.
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. -- James Healy <[email protected]> Tue, 10 Aug 2010 16:15:55 +1000 -- 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.
