
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/brevo
Advanced tools
Brevo module for RobinPath.
The brevo module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/brevo
1. Set up credentials
brevo.setCredentials "your-credentials"
2. sendTransactionalEmail
brevo.sendTransactionalEmail
| Function | Description |
|---|---|
brevo.setCredentials | Configure brevo credentials. |
brevo.sendTransactionalEmail | sendTransactionalEmail |
brevo.sendTransactionalSms | sendTransactionalSms |
brevo.listContacts | listContacts |
brevo.getContact | getContact |
brevo.createContact | createContact |
brevo.updateContact | updateContact |
brevo.deleteContact | deleteContact |
brevo.listLists | listLists |
brevo.getList | getList |
brevo.createList | createList |
brevo.addContactToList | addContactToList |
brevo.removeContactFromList | removeContactFromList |
brevo.listCampaigns | listCampaigns |
brevo.getCampaign | getCampaign |
brevo.createEmailCampaign | createEmailCampaign |
brevo.sendCampaign | sendCampaign |
brevo.getEmailEvents | getEmailEvents |
brevo.importContacts | importContacts |
brevo.sendTransactionalEmail
brevo.sendTransactionalSms
brevo.listContacts
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/brevo";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
brevo.setCredentials "your-credentials"
brevo.sendTransactionalEmail
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/activecampaign — ActiveCampaign module for complementary functionality@robinpath/convertkit — Convertkit module for complementary functionality@robinpath/mailchimp — Mailchimp module for complementary functionality@robinpath/sendgrid — SendGrid module for complementary functionality@robinpath/lemlist — Lemlist module for complementary functionalityMIT
FAQs
Brevo (formerly Sendinblue) — transactional email, SMS, contacts, lists, attributes, and transactional templates. Uses the encrypted credential vault for API keys.
The npm package @robinpath/brevo receives a total of 13 weekly downloads. As such, @robinpath/brevo popularity was classified as not popular.
We found that @robinpath/brevo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.