Way2sms API for rails application

I am trying to try the application for sending sms from the rails application (from PC to mobile). Are there any guidelines for using api, for example on the way2sms website? And any suggestion to get the same api?

I referred to this site http://codeglobe.blogspot.com/2009/07/way2sms-api.html

Thank!

+3
source share
1 answer

Sending SMS is usually not FREE. At least if you do not want to use the API for this. It also depends on your demographics. Are you only inside the US? If so, Moonshado , which is used as an addon in Heroku, sounds good, but not free.

0
source

All Articles