Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

tonic + npm: touchsms

node v6.17.1
endpointsharetweet
var touchSMS = require("touchsms"); var sms = new touchSMS('RGyrznuKkTYa', 'LvuOpLNs0FPCYfW8XEzspq3UL', true); // Run through Sandbox Mode var smsOptions = { number: 61491570156, message: 'hello world', senderid: 'touchSMS' } var result = sms.sendSms(smsOptions); result.then(function(data) { var json = JSON.parse(data); console.log(json); });
Created from: https://tonicdev.com/npm/touchsms
Loading…

no comments

    sign in to comment