Sha256: 4bf2a78801728b5c37b2e0d77e1b589d79c015d18790e33ebfa7f9dbd9151182

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

$LOAD_PATH << '.'
require 'instasent'

client = Instasent::Client.new('my-token')
response = client.send_sms('My company', '+34666666666', 'test message')

puts response['response_body']
puts response['response_code']

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
instasent-0.1.5 examples/sms/send_sms.rb
instasent-0.1.4 examples/sms/send_sms.rb
instasent-0.1.3 examples/send_sms.rb