Registry / messaging / nexmo
library7.2.1rbrubygemsunverified

Nexmo Client Library for Ruby

gem install nexmo
INSTALL
IMPORT
SIG · NEXMO
N
nexmo
messagingrubyv7.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nexmo
require 'nexmo'

Send an SMS message using the Nexmo API.

require 'nexmo' client = Nexmo::Client.new( api_key: 'your_key', api_secret: 'your_secret' ) response = client.sms.send( from: 'Nexmo', to: '447700900000', text: 'Hello from Nexmo!' ) puts response.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
nexmo — gem install nexmo · libregistry