1.0.26 • Published 3 years ago

teli-node v1.0.26

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

Teli Node

NPM

Documentation

The documentation for the Tele API can be found here.

Basic Example

const callApiSIDToken = process.env.TELI_CALL_API_SID_TOKEN; // Your Call API SID Token from https://control.teli.net
const apiToken = process.env.TELI_API_TOKEN;   // Your API Token from https://control.teli.net

const client = new teli(callApiSIDToken, apiToken);

client.sms.send({
    destination: 123,
    source: 456,
    message: 'Hello World'
})

Getting help

If you need help installing or using the library, please file a support ticket here.

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!

1.0.26

3 years ago

1.0.25

3 years ago

1.0.22

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.20

3 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago