This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@notifire/plivo
TypeScript icon, indicating that this package has built-in type declarations

0.3.6-alpha.0 • Public • Published

Nodejs Plivo Provider

A plivo sms provider library for @notifire/core.

Usage

import { PlivoSmsProvider } from '@notifire/plivo';

const provider = new PlivoSmsProvider({
  accountSid: process.env.PLIVO_ACCOUNT_ID,
  authToken: process.env.PLIVO_AUTH_TOKEN,
  from: process.env.PLIVO_FROM_NUMBER, // a valid plivo phone number
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/plivo

Weekly Downloads

1

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

14.2 kB

Total Files

16

Last publish

Collaborators

  • novu-cliftonz
  • scopsy