Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 987 Bytes

READMe.md

File metadata and controls

19 lines (13 loc) · 987 Bytes

Webtask Script for Sending SMS

A simple webtask script for sending SMS using the Jusibe SMS API Service

End User Usage

Go to your browser and put in this URL

Developer Installation

  1. Clone this repository: git clone git@github.com:unicodeveloper/jusibe-webtask.git jusibe-webtask/
  2. cd into the jusibe-webtask folder.
  3. Run npm install.
  4. Go to https://jusibe.com, register and get your public key and access token.
  5. Run wt create jusibe.js --secret accessToken=xxxxxxxxx --secret publicKey=xxxxxxxxxxx . Make sure you have wt-cli installed.