This package has been deprecated

Author message:

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

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

0.3.4 • Public • Published

Notifire Nexmo Provider

A Nexmo SMS provider library for @notifire/core

Usage

import { NexmoSmsProvider } from '@notifire/nexmo';

const provider = new NexmoSmsProvider({
  apiKey: process.env.VONAGE_API_KEY,
  apiSecret: process.env.VONAGE_API_SECRET,
  from: process.env.VONAGE_FROM_NUMBER, // a valid Vonage phone number
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/nexmo

Weekly Downloads

0

Version

0.3.4

License

MIT

Unpacked Size

11.9 kB

Total Files

15

Last publish

Collaborators

  • novu-cliftonz
  • scopsy