@sendgrid/client
Advanced tools
Comparing version 7.2.1 to 7.2.2
{ | ||
"name": "@sendgrid/client", | ||
"description": "Twilio SendGrid NodeJS API client", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)", | ||
@@ -43,3 +43,3 @@ "contributors": [ | ||
], | ||
"gitHead": "e90c9d9d9b6117ff01ea3a85e5b8ae14a921e196" | ||
"gitHead": "c2bc516d6673c30b920e311a407e7c05580bc070" | ||
} |
@@ -5,4 +5,3 @@ This document provides examples for specific Twilio SendGrid v3 API non-mail/send use cases. Please [open an issue](https://github.com/sendgrid/sendgrid-nodejs/issues) or make a pull request for any use cases you would like us to document here. Thank you! | ||
- [Table of Contents](#table-of-contents) | ||
- [How to Setup a Domain Whitelabel](#how-to-setup-a-domain-whitelabel) | ||
- [How to Setup a Domain Authentication](#domain-authentication) | ||
- [How to View Email Statistics](#how-to-view-email-statistics) | ||
@@ -12,8 +11,8 @@ - [How to use the Email Activity Feed](#how-to-use-the-email-activity-feed) | ||
<a name="domain-white-label"></a> | ||
# How to Setup a Domain Whitelabel | ||
<a name="domain-authentication"></a> | ||
# How to Setup a Domain Authentication | ||
You can find documentation for how to setup a domain whitelabel via the UI [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/setup_domain_whitelabel.html) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#whitelabel). | ||
You can find documentation for how to setup a domain authentication via the UI [here](https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#sender-authentication). | ||
Find more information about all of Twilio SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html). | ||
Find more information about all of Twilio SendGrid's authentication related documentation [here](https://sendgrid.com/docs/ui/account-and-settings/). | ||
@@ -20,0 +19,0 @@ <a name="email-stats"></a> |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319896