This package has been deprecated

Author message:

Package no longer supported. Use @novu/providers instead.

@novu/telnyx
TypeScript icon, indicating that this package has built-in type declarations

0.24.1 • Public • Published

Novu Telnyx Provider

A Telnyx sms provider library for @novu/stateless

Usage

import { TelnyxSmsProvider } from '@novu/telnyx';

const provider = new TelnyxSmsProvider({
  apiKey: process.env.TELNYX_API_KEY,
  messageProfileId: process.env.TELNYX_MESSAGE_PROFILE_ID,
  from: process.env.FROM, // an alphanumeric sender Id 
});

Readme

Keywords

none

Package Sidebar

Install

npm i @novu/telnyx

Weekly Downloads

74

Version

0.24.1

License

MIT

Unpacked Size

25.8 kB

Total Files

27

Last publish

Collaborators

  • scopsy
  • letitrock
  • chmarax