1.0.1 • Published 12 months ago
@wolfxlabs/telnyx v1.0.1
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
12 months ago