You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the @novu/sendinblue package we would like to migrate from using the @sendinblue/client SDK to having a code that directly calls to the provider APIs. Check the documentation about the API here: https://developers.brevo.com/
Why? (Context)
Due to an un-maintained SDK, we should move from the official SDK' to working directly with the provider's API spec.
Definition of Done
the SDK package has been removed from the package.json file
the current provider functionality works with the calls to their APIs using Axios
attachments
email delivery with all fields
The text was updated successfully, but these errors were encountered:
What?
In the
@novu/sendinblue
package we would like to migrate from using the@sendinblue/client
SDK to having a code that directly calls to the provider APIs. Check the documentation about the API here: https://developers.brevo.com/Why? (Context)
Due to an un-maintained SDK, we should move from the official SDK' to working directly with the provider's API spec.
Definition of Done
The text was updated successfully, but these errors were encountered: