1.0.8 • Published 2 years ago

telbiz v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

telbiz

Using npm:

$ npm install telbiz
const Telbiz = require("telbiz")

// Must provide ClientID and  Secret
const tb = new Telbiz("XXXXX253832870000", "b266ef94-bb18-4ff2-8f38-e358f130XXXX")

tb.SendSMSAsync(tb.SMSHeader.Default, "209961XXXX", "Hi ... 1").then((rs) => {
    console.log(rs)
}).catch((err) => {
    console.log("Error: ", err)
})

tb.SendTopupAsync("205504XXXX", 10000).then((rs) => {
    console.log(rs)
}).catch((err) => {
    console.log("Error: ", err)
})

NOTE: Phone number must be start with 20 or 30 , Topup function SendTopupAsync Amount be at least 5000

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago