mrnotify-sdk

1.0.0 • Public • Published

MrNotify SDK - Node.js

Package to send SMS via MrNotify

Installation

npm install mrnotify-sdk --save

Configure Package

const mrnotifySMS = require("mrnotify-sdk");
const apiKey = "xxxxxxxxxxxxxxxxxxxxxxxx";
const requestData = {
  msisdn: "947xxxxxxxx",
  name: "xxxxxx xxxxxx",
  groups: ["xxxxxx", "xxxxxx", "xxxxxx"],
  message: "xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx",
};
mrnotifySMS.sendSMS(apiKey, requestData);

Readme

Keywords

Package Sidebar

Install

npm i mrnotify-sdk

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.27 kB

Total Files

4

Last publish

Collaborators

  • mrnotify.lk