Sha256: a6cf6684585f6c9fdfdd8c0bfd5532f73c5013604add80700b7ef15ee3db1fac

Contents?: true

Size: 792 Bytes

Versions: 3

Compression:

Stored size: 792 Bytes

Contents

= smartcall sms gem

* http://github.com/agilisto/smartcall

== 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(<USERNAME>, <PASSWORD>, <CAMPAIGN_ID>, <REFERENCE>)

api.send_message("0825559629", "Hello World")

You can also specify the parameters in a ~/.smartcall file:

# ~/.smartcall

username: <username>

password: <password>

campaign_id: <campaign_id>

reference: <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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
craigp-smartcall-0.0.2 README.txt
craigp-smartcall-0.0.1 README.txt
smartcall-0.0.4 README.rdoc