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