rahul-direct7-sms
v1.0.1
Published
SDK for Direct7 SMS APIs
Downloads
17
Readme
Direct7 SMS SDK
SDK for Direct7 SMS APIs
Installation
To install and set up the library, run:
$ npm install -S rahul-direct7-smsOr if you prefer using Yarn:
$ yarn add rahul-direct7-smsUsage
Initialize the SDK
const Direct7 = require("rahul-direct7-sms")
const sdk = new Direct7("YOUR_API_KEY")Methods
const response = sdk.sms.sendMessage([messages])For the supported methods refer: https://d7networks.com/docs/SMS/Overview/
