Skip to content

Commit 48e643f

Browse files
adds how to set up domain whitelabel and how to view email statistics documentation
1 parent 5247358 commit 48e643f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

USE_CASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,17 @@ print(response.status_code)
169169
print(response.body)
170170
print(response.headers)
171171
```
172+
173+
<a name="domain_whitelabel"></a>
174+
# How to Setup a Domain Whitelabel
175+
176+
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-csharp/blob/master/USAGE.md#whitelabel).
177+
178+
Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
179+
180+
<a name="email_stats"></a>
181+
# How to View Email Statistics
182+
183+
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-csharp/blob/master/USAGE.md#stats).
184+
185+
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.

0 commit comments

Comments
 (0)