1.0.1 • Published 12 months ago

@wolfxlabs/brevo-sms v1.0.1

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

wolf BrevoSms Provider

A BrevoSms sms provider library for @novu/stateless

Usage

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

12 months ago

1.0.0

12 months ago