2.0.3 • Published 2 years ago

datalysenpm v2.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
2 years ago

datalysenpm

To install this module type in the ssh console to the directory where you installed NodeJS:

npm install datalysenpm

You can view the account's api_token from Account Settings at https://app.datalyse.io/profile.

Example for use:

var datalysenpm = require("datalysenpm"); 
var datalyse = new datalysenpm.Datalyse("YOUR_API_TOKEN_HERE");

    datalyse.api('sendsms/smsmt', {
    "to": "34666222333",
    "from": "Datalyse",
    "text": "hi world",
}, function (result) {
        console.log('Success', result);
    }, function (err) {
        console.log('Error', err);
});

More information in https://datalyse.io/en/developers_restapi/#nodejs/leads

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago