brevo-node icon indicating copy to clipboard operation
brevo-node copied to clipboard

A fully-featured JavaScript API client to interact with Brevo.

Results 49 brevo-node issues
Sort by recently updated
recently updated
newest added

There is only a single feature, that does not even work. Authentication is a protected key. I'm sorry, but the team is obviousely not taking seriously the project or even...

Request has a known vulnerability (https://github.com/advisories/GHSA-p8p7-x288-28g6) and is deprecated besides (https://www.npmjs.com/package/request). However, it appears that this is still a dependency used by brevo. Maybe consider migrating away from request.

Previously, a default API client could be used to only once set authentication data when using multiple endpoints: ```js const Brevo = require('@getbrevo/brevo'); const defaultClient = Brevo.ApiClient.instance; defaultClient.authentications['api-key'].apiKey = apiKey;...

Closes #1 Closes #16 Closes #15 Closes #5 Rewrite library using [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) with only dependency being `axios`. - Auto generate api directly from swagger spec - Build scripts to auto...

Hello, I get error: `TypeError: Cannot read properties of undefined (reading 'AccountApi')` Why I am getting this error ? ``` import { ActionArgs, json } from "@remix-run/node"; import SibApiV3Sdk from...

I received last email from my cron job running bellow snipped on April, 2, 2024 (some days ago). Now it is just not working anymore, I have not changed anything...

The ```apiInstance.sendTransacSms``` does not exist on this package? The documentation still redirects to depracted ```sib-api-v3-sdk``` . Are there guidelines for this? Thx

My current project used Typescript, I wasn't able to migrate from SIB to Brevo.

I am calling this function: https://github.com/getbrevo/brevo-node/blob/07cc1ff8d503a93f17c62535df61da4d1d42796a/api/transactionalEmailsApi.ts#L726C18-L726C37 Like this: `transactionalEmailsApi.getEmailEventReport(1, 0, null, null, 1, EMAIL, 'delivered', null, null, 21);` As such, I am leaving out some params that I don't need...

First error: "Property 'authentications' is protected and only accessible within class 'TransactionalEmailsApi' and its subclasses" code: ~~~ts import * as SibApiV3Sdk from '@getbrevo/brevo' let apiInstance = new SibApiV3Sdk.TransactionalEmailsApi() let apiKey...