Reputation: 411
Is there any gem or API's that provides the SMS integration in rails 3 application. I tried with sms_fu but the carrier is not available for India. Is any other alternative is there. Please help me as soon as possible. Thanks in Advance.
Upvotes: 0
Views: 636
Reputation: 357
Use Twilio Api First register in twilio and get sample Phone-No and follow the below link
http://www.twilio.com/docs/ruby/install
Upvotes: 3