Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lorenzosinisi/nexmo-ruby-on-rails
- Owner: lorenzosinisi
- Created: 2014-05-29T19:42:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T19:58:41.000Z (over 10 years ago)
- Last Synced: 2024-05-01T13:09:41.214Z (8 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")