This package has been deprecated

Author message:

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

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

0.3.6-alpha.0 • Public • Published

Nodejs Twilio Provider

A twilio sms provider library for @notifire/core.

Usage

import { TwilioSmsProvider } from '@notifire/twilio';

const provider = new TwilioSmsProvider({
  accountSid: process.env.TWILIO_ACCOUNT_SID,
  authToken: process.env.TWILIO_AUTH_TOKEN,
  from: process.env.TWILIO_FROM_NUMBER, // a valid twilio phone number
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/twilio

Weekly Downloads

11

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

13.9 kB

Total Files

16

Last publish

Collaborators

  • novu-cliftonz
  • scopsy