0.1.1 • Published 7 days ago

@teleflow/burst-sms v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

Teleflow Burst SMS Provider

A Burst SMS sms provider library for @teleflow/node

Usage

import { BurstSmsProvider } from '@teleflow/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',
});
0.1.1

7 days ago