sendgrid / sendgrid-nodejs

The Official Twilio SendGrid Led, Community Driven Node.js API Library
https://sendgrid.com
MIT License
2.98k stars 781 forks source link

fix!: Upgrade contact-importer to current contacts API #1379

Open reknih opened 1 year ago

reknih commented 1 year ago

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.

This is a breaking change because this is a move to a new API for a new product version and the new API does not support a stock age field anymore.