@teleflow/brevo-sms
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Teleflow BrevoSms Provider

A BrevoSms sms provider library for @teleflow/stateless

Usage

import { BrevoSmsProvider } from '@teleflow/brevo-sms';

const provider = new BrevoSmsProvider({
  apiKey: process.env.BREVO_API_KEY,
  from: process.env.BREVO_FROM, // Sender displayed to the recipient
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @teleflow/brevo-sms

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

20.6 kB

Total Files

26

Last publish

Collaborators

  • nextlinux