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

I recently came across an issue when using the MailJet Node SDK, because of the `version` field in the `RequestConfig`: I had written `'3.1'` instead of `'v3.1'`. My proposal is...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

When I try to use the type of "purposes" in the template configuration, it does not work. Indeed "purposes" is typing as "transactional" | "marketing" ... But the API expects...

When I try to update a template via the put method, it works. Indeed when I get the template from the api, I can see the modification. But, when I...

When I try to remove the template via the api, it works. Indeed, the response is "SUCCESS" and when I try to get the template after removing, I can't. However,...

Hi I'm facing an issue while trying to update html-part of a transactional email ## Steps to reproduce 1. Create a transactional email template by duplicating an existing one. 2....

Hello guys, Snyk told me that the latest version has an issue with the axios dependency ``` Issues with no direct upgrade or patch: ✗ Prototype Pollution [High Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-6144788] in...

Hello, I get this error: `Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/node-mailjet.js?v=38aae28a' does not provide an export named 'default' (at useMail.tsx:1:1)` when trying to import the dependency. It is the same...