0.24.1 • Published 2 months ago

@novu/brevo-sms v0.24.1

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

Novu BrevoSms Provider

A BrevoSms sms provider library for @novu/stateless

Usage

import { BrevoSmsProvider } from '@novu/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',
});
0.24.1

2 months ago

0.24.0

3 months ago

0.23.1

3 months ago

0.23.0

4 months ago