mailjet-apiv3-nodejs icon indicating copy to clipboard operation
mailjet-apiv3-nodejs copied to clipboard

[API v3] Official Mailjet API v3 NodeJS wrapper

Results 31 mailjet-apiv3-nodejs issues
Sort by recently updated
recently updated
newest added

Hello, I am having an issue when trying to use the library with typescript in NestJS. I have the following code : ``` import { Injectable } from '@nestjs/common'; import...

I think its easy to assume you can use the endpoint to create a contact and add it to a list. However, you'll need to check if the contact exists...

I get this error consistently on one Ubuntu Server installation, even though it works on several others. Any idea how I can debug it? Thanks. Unsuccessful: null read ECONNRESET

It seems like the pipeline is broken for a long time. All pipelines in all PRs are broken. The older one needs a rebase but the newer one are also...

Mailjet version: `5.1.1` Node version: `16.15.1` When making requests to send an SMS to some numbers, `node-mailjet` throws the following error: ``` TypeError: Converting circular structure to JSON --> starting...

Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...

dependencies

Since today we are unable to access the templates we create through API / nodejs client. `request = await mailjet.post("template", { version: "v3" }).request({ Author: "Tënk", Name: name, Purposes: ["marketing"],...

Following the documentation to send an email using a template does not work, I am trying to send an email using the API v3.1, e.g: [Guide to use a Template](https://dev.mailjet.com/email/guides/send-api-v31/#use-a-template)....

Hi, When I want to send a mail with the API, like this : ``` mailjet = require('node-mailjet').apiConnect(my_public_key, my_private_key); mailjet.post('send', { version: 'v3.1' }).request( { Messages: [ { From: {...

Hi, The following TypeScript code (simplifed to the bare minimum) will yield the TypeScript Error `error TS2741: Property 'From' is missing in type '{ To: { Email: string; }[]; }'...