0.3.6-alpha.0 • Published 2 years ago

@notifire/sendinblue v0.3.6-alpha.0

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

Notifire Sendinblue Provider

A Sendinblue email provider library for @notifire/core

Usage

import { SendinblueEmailProvider } from './sendinblue.provider';

const provider = new SendinblueEmailProvider({
  apiKey: process.env.SENDINBLUE_API_KEY
});