Mohammed
Mohammed

Reputation: 575

Looking to send sms from rails app

I want to be able to send a text (sms) message I have a User and Post model in my app. A post belongs to a User and User has many posts. I also have a mobile field in Users as well as all the standard address, zip etc..

Admins can also create a post for a user. On the creation of a post for a specific user by the admin, I want that user to be able to receive an SMS saying that your post has been created and the contents of that post too. Does anyone know how I can achieve this and any good free API's?

Upvotes: 1

Views: 1061

Answers (2)

weezing
weezing

Reputation: 396

Try textris gem.

It has sms, and much more cool stuff.

Upvotes: 0

qcam
qcam

Reputation: 167

Twilio is really cool come with great support. :+1:

Here is the tutorial how to send SMSs with Twilio. https://www.twilio.com/docs/quickstart/ruby/sms

Upvotes: 1

Related Questions