Skip to content

Commit 484328c

Browse files
Merge pull request #265 from shubheksha/add-doc-sections
Update USE_CASES.md
2 parents e0b14ab + 447fd60 commit 484328c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

USE_CASES.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ This documentation provides examples for specific use cases. Please [open an iss
22

33
# Table of Contents
44

5-
* [Transactional Templates](#transactional-templates)
5+
* [Transactional Templates](#transactional_templates)
6+
* [How to Setup a Domain Whitelabel](#domain_whitelabel)
7+
* [How to View Email Statistics](#email_stats)
68

79
<a name="transactional-templates"></a>
810
# Transactional Templates
@@ -99,3 +101,18 @@ public class Example {
99101
}
100102
}
101103
```
104+
105+
<a name="domain_whitelabel"></a>
106+
# How to Setup a Domain Whitelabel
107+
108+
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-java/blob/master/USAGE.md#whitelabel).
109+
110+
Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
111+
112+
<a name="email_stats"></a>
113+
# How to View Email Statistics
114+
115+
You can find documentation for how to view your email statistics via the UI [here](https://app.sendgrid.com/statistics) and via API [here](https://github.com/sendgrid/sendgrid-java/blob/master/USAGE.md#stats).
116+
117+
Alternatively, we can post events to a URL of your choice via our [Event Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/event.html) about events that occur as SendGrid processes your email.
118+

0 commit comments

Comments
 (0)