1.0.1 • Published 11 months ago

@wolfxlabs/clickatell v1.0.1

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

wolf ClickatellSmsProvider Provider

A ClickatellSmsProvider sms provider library for @novu/node

Usage

import { ClickatellSmsProvider } from '@wolf/clickatell';

// one way sms integration
const provider = new ClickatellSmsProvider({
  apiKey: process.env.CLICKATELL_API_KEY,
});

// two way sms integration
const provider = new ClickatellSmsProvider({
  apiKey: process.env.CLICKATELL_API_KEY,
  isTwoWayIntegration: true
});
1.0.1

11 months ago

1.0.0

11 months ago