1.2.2 • Published 11 months ago

textlocal-new v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

textlocal-new

TextLocal SMS api integration in node.js.

npm npm install size GitHub issues

Updated textlocal client for nodejs. Further updates will be coming soon.

Installation Details

$ npm i textlocal-new

Usage

These functions are straight forward and dont return any promise.

Send an SMS to single contact

const { sendSms } = require("textlocal-new");

sendSms(apiKey, numbers, senderId, message);

Example

sendSms(
  "yourApiKey",
  "number(s)",
  "your DLT registered sender/Entity Id",
  "your message"
);

License

MIT

1.2.2

11 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago