This is a Hubot adapter to use with RingCentral SMS.
npm install -g hubot coffee-script yo generator-hubot
mkdir -p /path/to/hubot
cd /path/to/hubot
yo hubot
and enter 'ringcentral-sms' (no quotes) when prompted for the adapter, or set everything with the option flags- Initialize git and make your initial commit
- Check out the hubot docs for further guidance on how to build your bot
HUBOT_RINGCENTRAL_SERVER=${ServerUrl} HUBOT_RINGCENTRAL_APIKEY=${AppKey} HUBOT_RINGCENTRAL_APISECRET=${AppSecret} HUBOT_RINGCENTRAL_USERNAME=${UserName} HUBOT_RINGCENTRAL_EXTENSION=${Extension} HUBOT_RINGCENTRAL_PASSWORD=${Password} ./bin/hubot --adapter ringcentral-sms
Please see the CHANGELOG for more information.
hubot-ringcentral-sms adapter is available under an MIT-style license. See LICENSE for details.