0.24.1 • Published 2 months ago

@novu/isend-sms v0.24.1

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

Novu iSend SMS Provider

iSend sms provider library for @novu/node

Usage

import { ISendSmsProvider } from '@novu/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,
});
0.24.1

2 months ago

0.24.0

3 months ago

0.23.1

3 months ago

0.23.0

4 months ago