diff --git a/README.md b/README.md
index e0ed474f2..6f27b28bb 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,12 @@
[Twilio SendGrid Docs](https://docs.sendgrid.com/)
-**The default branch name for this repository has been changed to `main` as of 07/27/2020.**
-
**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Node.js.**
We want this library to be community-driven, and Twilio SendGrid led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/sendgrid/sendgrid-nodejs/issues) and [pull requests](CONTRIBUTING.md) or merely upvote or comment on existing issues or pull requests.
For updates to this library, see our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
-Subscribe to our email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) to receive emails about releases and breaking changes.
-
We appreciate your continued support, thank you!
# Table of Contents
@@ -50,7 +46,7 @@ This library is broken up into several packages as a monorepo so that you only n
**BREAKING CHANGE:** Please see the [Twilio SendGrid Node.js Migration Guide 6.X.X -> 7.X.X](docs/migration-guides/migrating-from-version-6-to-7.md) for details.
-All updates to this library are documented in our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
+All updates to this library are documented in our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
# How to Contribute
diff --git a/packages/client/README.md b/packages/client/README.md
index 960cbb69c..e0a2dec3c 100644
--- a/packages/client/README.md
+++ b/packages/client/README.md
@@ -1,14 +1,11 @@
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
-[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)
**This package is part of a monorepo, please see [this README](../../README.md) for details.**
# Client for the SendGrid v3 Web API
This client library is used by the other [Twilio SendGrid service packages](https://www.npmjs.com/org/sendgrid) to make requests to the [Twilio SendGrid v3 Web API](https://sendgrid.com/docs/api-reference/). You can also use it independently to make custom requests to the Twilio SendGrid v3 Web API and other HTTP APIs.
-To be notified when this package is updated, please subscribe to email [notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
-
# Installation
## Prerequisites
@@ -98,7 +95,7 @@ sgClient2.setApiKey('KEY2');
# Announcements
-All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
+All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
# How to Contribute
diff --git a/packages/contact-importer/README.md b/packages/contact-importer/README.md
index 4a4d88121..e61ac856f 100644
--- a/packages/contact-importer/README.md
+++ b/packages/contact-importer/README.md
@@ -1,11 +1,8 @@
[![Test and Deploy](https://github.com/sendgrid/sendgrid-nodejs/actions/workflows/test-and-deploy.yml/badge.svg)](https://github.com/sendgrid/sendgrid-nodejs/actions/workflows/test-and-deploy.yml)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
-[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)
**This package is part of a monorepo, please see [this README](../../README.md) for details.**
-To be notified when this package is updated, please subscribe to email [notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
-
# How to Contribute
@@ -29,4 +26,4 @@ If you need help installing or using the library, please check the [Twilio SendG
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
-![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
\ No newline at end of file
+![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
diff --git a/packages/helpers/README.md b/packages/helpers/README.md
index eac6b71ec..d69f7f7a8 100644
--- a/packages/helpers/README.md
+++ b/packages/helpers/README.md
@@ -1,6 +1,5 @@
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
-[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)
**This package is part of a monorepo, please see [this README](../../README.md) for details.**
@@ -10,8 +9,6 @@ This is a collection of classes and helpers used internally by the
Note that not all objects represented in the SendGrid API have helper classes assigned to them because it is not expected that developers will use these classes themselves. They are primarily for internal use and developers are expected to use the publicly exposed API in the [various endpoint services](https://www.npmjs.com/org/sendgrid).
-To be notified when this package is updated, please subscribe to email [notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
-
## Mail class
Used to compose a `Mail` object that converts itself to proper JSON for use with the [SendGrid v3 API](https://sendgrid.com/docs/api-reference/). This class supports a slightly different API to make sending emails easier in many cases by not having to deal with personalization arrays, instead offering a more straightforward interface for composing emails.
@@ -45,4 +42,4 @@ If you need help installing or using the library, please check the [Twilio SendG
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
-![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
\ No newline at end of file
+![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
diff --git a/packages/inbound-mail-parser/README.md b/packages/inbound-mail-parser/README.md
index e375306eb..b059a28f7 100644
--- a/packages/inbound-mail-parser/README.md
+++ b/packages/inbound-mail-parser/README.md
@@ -1,14 +1,11 @@
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
-[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)
**This package is part of a monorepo, please see [this README](../../README.md) for details.**
# Inbound Parse Service for the [SendGrid Inbound Parse API](https://sendgrid.com/docs/API_Reference/Parse_Webhook/inbound_email.html)
This package helps get you started consuming and processing [Inbound Parse](https://sendgrid.com/docs/API_Reference/Parse_Webhook/inbound_email.html) data.
-To be notified when this package is updated, please subscribe to email [notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
-
## Prerequisites
- Node.js version 6, 8 or >=10
@@ -55,4 +52,4 @@ If you need help installing or using the library, please check the [Twilio SendG
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
-![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
\ No newline at end of file
+![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
diff --git a/packages/mail/README.md b/packages/mail/README.md
index 8370f23e3..0b34dffcf 100644
--- a/packages/mail/README.md
+++ b/packages/mail/README.md
@@ -1,14 +1,11 @@
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
-[![Email Notifications Badge](https://dx.sendgrid.com/badge/nodejs)](https://dx.sendgrid.com/newsletter/nodejs)
**This package is part of a monorepo, please see [this README](../../README.md) for details.**
# Mail Service for the SendGrid v3 Web API
This is a dedicated service for interaction with the mail endpoint of the [SendGrid v3 API](https://sendgrid.com/docs/api-reference/).
-To be notified when this package is updated, please subscribe to email [notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
-
# Installation
## Prerequisites
@@ -91,7 +88,7 @@ After executing the above code, you should have an email in the inbox of the rec
Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common library issues.
# Announcements
-All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes.
+All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
# How to Contribute
@@ -108,4 +105,4 @@ If you need help installing or using the library, please check the [Twilio SendG
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
-![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)
\ No newline at end of file
+![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-nodejs/blob/main/twilio_sendgrid_logo.png?raw=true)