1.0.1 • Published 11 months ago

@wolfxlabs/isend-sms v1.0.1

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

wolf iSend SMS Provider

iSend sms provider library for @novu/node

Usage

import { ISendSmsProvider } from '@wolf/isend-sms';

const provider = new ISendSmsProvider({
  // (Required) Get an API token from https://send.com.ly/
  apiToken: process.env.ISENDSMS_API_TOKEN,

  // (Optional) The sender id provided by iSend
  from: process.env.ISENDSMS_SENDER_ID,

  // (Optional) Either 'unicode' or 'plain'
  contentType: process.env.ISENDSMS_MSG_TYPE,
});
1.0.1

11 months ago

1.0.0

11 months ago