0.0.7 • Published 8 months ago
@babl.one/sender-sendinblue v0.0.7
Plugin : @babl.one/sender-sendinblue
This plugin for the @babl.one/sender component enables your application to send emails using SendInBlue. It provides a simple and efficient way to integrate SendInBlue into your @babl.one messaging pipeline.
Installation
You can install this plugin using npm or yarn:
npm install @babl.one/sender-sendinblueConfig
Add the following configuration to your "/config/senders.json"
{
"INSTANCE_NAME" : {
"service" : "sendInBlue",
"from" : "",
"account" : "",
"privateKey" : ""
}
}