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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=nodemon&from_version=1.19.4&to_version=2.0.17&pr_id=45986dc2-61ec-4047-9eaf-872f5daf5a5c&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

When working with local development mocking services a bypass or override of the base url must be done, with the nodejs library can not be accomplished, this pr will take...

# Fixes # In order for the 'Content-ID' header to be set for the attachment, the parameter 'content_id' has to be set. 'contentId' isn't registered as the header, and the...

# Fixes # Hi! This is my first time contributing here -- I apologize if I've gone about any part of this incorrectly. I'm happy to follow up and resolve...

[Internal Reference](https://issues.corp.twilio.com/browse/DI-1726) This should take care of the failures seen with https://github.com/sendgrid/sendgrid-nodejs/pull/1288 and https://github.com/sendgrid/sendgrid-nodejs/pull/1306.

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=nodemon&from_version=1.19.4&to_version=2.0.3&pr_id=b1122a98-a3c7-4407-81d6-f076042d746a&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

status: work in progress
type: security

[I see webhook payloads casually described here](https://docs.sendgrid.com/for-developers/tracking-events/event), but I would really like to see TypeScript definitions for this integrated into `@sendgrid/eventwebhook`. Do such definitions exist anywhere? Would you accept a...

I want to set [unique arguments](https://docs.sendgrid.com/for-developers/sending-email/unique-arguments) using this library. However, I can't see any way to do that. I can see a field called `customArgs`, but it's unclear whether this...

# Fixes # Changed the fieldname of `dynamic_template_data` to `dynamicTemplateData` according to the type definition of `MailData` in `mail.d.ts`. ### Checklist - [x] I acknowledge that all my contributions will...