1.0.1 • Published 1 year ago

@wolfxlabs/burst-sms v1.0.1

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

wolf Burst SMS Provider

A Burst SMS sms provider library for @novu/node

Usage

import { BurstSmsProvider } from '@wolf/burst-sms';

const provider = new BurstSmsProvider({ 
  apiKey: process.env.BURST_SMS_API_KEY,        // Your Burst SMS API Key
  secretKey: process.env.BURST_SMS_SECRET_KEY,  // Your Burst SMS API Secret
})

await provider.sendMessage({
  to: '0123456789',
  content: 'Message to send',
});
1.0.1

1 year ago

1.0.0

1 year ago