sendgrid-nodejs icon indicating copy to clipboard operation
sendgrid-nodejs copied to clipboard

The Official Twilio SendGrid Led, Community Driven Node.js API Library

Results 55 sendgrid-nodejs issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

# Fixes # A short description of what this PR does. - add correct return types from mail.d.ts ### Checklist - [x] I acknowledge that all my contributions will be...

# Fixes # Extend the kitchen sink example with the use of `name` when defining a friendly name for the sender and/or recipient. ### Checklist - [x] I acknowledge that...

The `@sendgrid/contact-importer` package uses the legacy marketing campaigns API (`POST /v3/contactdb/recipients`). This API has [been discontinued and only returns the 403 code.](https://stackoverflow.com/a/57020757/1567835) This is a breaking change because this is...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

The API for Node JS is confusing and not aligned with the API: - there's `MailData.text` & `html` but there's also `MailData.content` which is not optional when using `MailData`. The...

type: bug
status: help wanted

### Issue Summary Subsitution tags specified in the `personalizations` array are not being substituted using `sendMultiple`. Also, only the first object of `personalizations` is used, resulting in only a single...

@sendgrid/contact-importer package has a VERY bare bones README.md Although it is easy to figure it out the usage from the source, it would be great if at least installing and...

status: help wanted
type: docs update