Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorenzosinisi/nexmo-ruby-on-rails

Ruby on rails and nexmo SMS
https://github.com/lorenzosinisi/nexmo-ruby-on-rails

Last synced: 3 days ago
JSON representation

Ruby on rails and nexmo SMS

Awesome Lists containing this project

README

        

Create an account on nexmo.com and give yous id and token
Use these line of code inside your controllers and have fun sending SMS from rails app!

You can also create a phone call with

call = @client.account.calls.create(:url => "/call-text.xml",
:to => "+141555XXXX",
:from => "your nexmo number")