Created
December 29, 2016 12:42
-
-
Save un4ckn0wl3z/4665636ef2b8459e54786956a594ab6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'nexmo' | |
| nexmo = Nexmo::Client.new(key: 'api_key', secret: 'secret_key') | |
| nexmo.send_message(from: 'Header', to: 'target_number', text: 'sms_text') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment