smartcall sms gem
DESCRIPTION:
Gem to provide sms functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account.
FEATURES/PROBLEMS:
SYNOPSIS:
From code:
require 'smartcall'
api = Smartcall::API.new(
api.send_message("0825559629", "Hello World")
You can also specify the parameters in a ~/.smartcall file:
~/.smartcall
username:
password:
campaign_id: <campaign_id>
reference:
COMMAND LINE ==
Once the gem is installed text messages can be sent from the command line:
smartcall 0825559629 "Hello World"
REQUIREMENTS:
INSTALL:
sudo gem install agilisto-smartcall