Project

smartcall

0.0
No commit activity in last 3 years
No release in over 3 years
Gem to provide sms functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.6.2
>= 2.0.4
 Project Readme

smartcall sms gem¶ ↑

DESCRIPTION:¶ ↑

Gem to provide sms functionality through the Smartcall Technology Solutions web services. Contact 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