1.0.1 • Published 11 months ago

@wolfxlabs/simpletexting v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

wolf Simpletexting Provider

A Simpletexting sms provider library for @novu/node

Usage

import { SimpletextingSmsProvider } from '@wolf/simpletexting';

const provider = new SimpletextingSmsProvider({
  apiKey: process.env.SIMPLETEXTING_API_KEY,
  from: process.env.SENDER_PHONE
  });
1.0.1

11 months ago