Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created December 29, 2016 12:42
Show Gist options
  • Select an option

  • Save un4ckn0wl3z/4665636ef2b8459e54786956a594ab6c to your computer and use it in GitHub Desktop.

Select an option

Save un4ckn0wl3z/4665636ef2b8459e54786956a594ab6c to your computer and use it in GitHub Desktop.
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