Ruby Gem for the SMSified API
Jun.02, 2011 in
The SMSified API is already easy to use, but now even easier with a Ruby gem.
Now you may do the following:
gem install smsifiedThen, to send an SMS:
require 'rubygems' require 'smsified' oneapi = Smsified::OneAPI.new :username => 'user', :password => 'bug.fungus24' oneapi.send_sms :address => '14155551212', :message => 'Hi there!', :sender_address => '13035551212'Thats it! You may find the source code on Github here, and the documentation here. Happy sending!
©2011 SMSified. All Rights Reserved.
.
Originally from All Voxeo Blogs Feed


Leave a Reply