1.0.1 • Published 1 year ago

@wolfxlabs/telnyx v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

wolf Telnyx Provider

A Telnyx sms provider library for @novu/stateless

Usage

import { TelnyxSmsProvider } from '@wolfxlabs/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 
});
1.0.1

1 year ago