1.0.3 • Published 5 years ago

wbiztool-node v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

wbiztool-node

Just a proxy for the API (https://wbiztool.com/docs/)

Exemple

let Wbiz = require('wbiztool-node');


const wbizInstance = new Wbiz({
    client_id: "YOUR CLIENTE_ID",
    api_key: "YOUR API_KEY"
});

wbizInstance.sendMessage({
    whatsapp_client: "YOUR WHATSAPP_CLIENT",
    phone: "XXXX",
    msg: "*TESTING THE CODE* haha",
}).then(function(result){
    console.log(result);
});
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago