Skip to content

Commit 6e36817

Browse files
committed
help-support > UI
1 parent 74db404 commit 6e36817

File tree

146 files changed

+774
-774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+774
-774
lines changed

content/docs/for-developers/partners/amazon-marketplace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Once you have an AWS account, you can to [subscribe to SendGrid](https://aws.ama
1414

1515
*To quickly get started with SendGrid:*
1616

17-
- See [Getting Started With Marketing Campaigns]({{root_url}}/help-support/sending-email/how-to-send-email/) for all of the tools you need to get started sending with the SendGrid application.
17+
- See [Getting Started With Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/) for all of the tools you need to get started sending with the SendGrid application.
1818
- Look at the [API Reference]({{root_url}}/api-reference/) for all of the API endpoints as well as information about using SMTP and the Webhooks.
1919
- See the [API Libraries]({{root_url}}/for-developers/sending-email/libraries/) page for information about using the SendGrid code libraries in C#, Go, Java, Node.js, PHP, Python, and Ruby.
2020

@@ -43,18 +43,18 @@ You can only add a Dedicated IP Address if you are on an AWS Pro plan. To upgrad
4343
![]({{root_url}}/images/dedicated_ip_button.png "Dedicated IP button")
4444
This takes you to the Dedicated IP Addresses page
4545
3. Next, click **Add an IP Address**.
46-
4. Select the number of IP Addresses to add, and select whether you want to warm up your IP automatically. Warming up an IP gradually increases the amount of email sent over this IP over time to improve your email deliverability. For more information, see [Warming Up IPs]({{root_url}}/help-support/sending-email/warming-up-an-ip-address/).
46+
4. Select the number of IP Addresses to add, and select whether you want to warm up your IP automatically. Warming up an IP gradually increases the amount of email sent over this IP over time to improve your email deliverability. For more information, see [Warming Up IPs]({{root_url}}/ui/sending-email/warming-up-an-ip-address/).
4747
5. Click **Add**.
4848

4949
### Adding domain authentication and link branding
5050

51-
Sender authentication shows email providers that SendGrid has your permission to send emails on your behalf. Domain authentication works by pointing DNS entries from your domain registrar to SendGrid, which drastically increases your ability to deliver email and allows you to begin building a sender reputation for your domain and for your IP addresses. For more information domain authentication, see [How to Set Up Domain Authentication]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/).
51+
Sender authentication shows email providers that SendGrid has your permission to send emails on your behalf. Domain authentication works by pointing DNS entries from your domain registrar to SendGrid, which drastically increases your ability to deliver email and allows you to begin building a sender reputation for your domain and for your IP addresses. For more information domain authentication, see [How to Set Up Domain Authentication]({{root_url}}/ui/sending-email/how-to-set-up-domain-authentication/).
5252

5353
### Adding Subusers
5454

5555
You can only add Subusers if you are on an AWS Pro plan. To upgrade your plan, see [Upgrading or Downgrading Your Account](#upgrading-or-downgrading-your-account). Subusers are SendGrid accounts that belong to a parent account. They have their permissions and credit limits, which you assign as you create the subusers. Subusers help you segment your email sending and API activity.
5656

57-
To get started with using Subusers, see the [Subusers overview]({{root_url}}/help-support/account-and-settings/subusers/).
57+
To get started with using Subusers, see the [Subusers overview]({{root_url}}/ui/account-and-settings/subusers/).
5858

5959
### Upgrading or Downgrading Your Account
6060

content/docs/for-developers/partners/magento.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ First, log in to your **Magento Dashboard**, then click **System** in the left
7373
![]({{root_url}}/images/magento_3.jpg)
7474

7575

76-
3. Emails are automatically tracked and tagged to provide you deliverability and engagement statistics viewable from the **SendGrid Dashboard**. You can also add other [categories]({{root_url}}/help-support/analytics-and-reporting/categories/) for your emails in the field Categories.
76+
3. Emails are automatically tracked and tagged to provide you deliverability and engagement statistics viewable from the **SendGrid Dashboard**. You can also add other [categories]({{root_url}}/ui/analytics-and-reporting/categories/) for your emails in the field Categories.
7777

7878
![]({{root_url}}/images/magento_4.png)
7979

@@ -82,11 +82,11 @@ First, log in to your **Magento Dashboard**, then click **System** in the left
8282
![]({{root_url}}/images/magento_5.png)
8383

8484

85-
5. Next, select the [unsubscribe group]({{root_url}}/help-support/sending-email/unsubscribe-groups/).
85+
5. Next, select the [unsubscribe group]({{root_url}}/ui/sending-email/unsubscribe-groups/).
8686

8787
![]({{root_url}}/images/magento_6.png)
8888

89-
6. If you would like to [configure categories for statistics]({{root_url}}/help-support/analytics-and-reporting/categories/), you can configure it by setting the **Categories** field under **Statistics Settings**.
89+
6. If you would like to [configure categories for statistics]({{root_url}}/ui/analytics-and-reporting/categories/), you can configure it by setting the **Categories** field under **Statistics Settings**.
9090

9191
![]({{root_url}}/images/magento_7.png)
9292

@@ -104,7 +104,7 @@ Log into your **Magento Dashboard**, then click **System** in the left hand navi
104104

105105
### What credentials do I need to add on settings page?
106106

107-
[Create a SendGrid account](https://sendgrid.com/partners/magento/) and [generate a new API key](https://app.sendgrid.com/settings/api_keys). For more information about API Keys, [click here]({{root_url}}/help-support/account-and-settings/api-keys/).
107+
[Create a SendGrid account](https://sendgrid.com/partners/magento/) and [generate a new API key](https://app.sendgrid.com/settings/api_keys). For more information about API Keys, [click here]({{root_url}}/ui/account-and-settings/api-keys/).
108108

109109
### What permissions should my API keys have?
110110

content/docs/for-developers/sending-email/api-getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These instructions describe how to send your first email using cURL calls. This
2020
Before you can start using the API, you need to do the following:
2121

2222
1. Create a SendGrid [account](https://sendgrid.com/pricing/).
23-
2. Create an [API Key]({{root_url}}/help-support/account-and-settings/api-keys/).
23+
2. Create an [API Key]({{root_url}}/ui/account-and-settings/api-keys/).
2424
3. Make sure you have [curl](https://curl.haxx.se/) installed on your machine.
2525

2626
<call-out>
@@ -37,7 +37,7 @@ Your API call must have the following components:
3737

3838
* A Host. The host for Web API v3 requests is always `https://api.sendgrid.com/v3/`
3939
* An [Authorization Header](https://sendgrid.api-docs.io/v3.0/how-to-use-the-sendgrid-v3-api/api-authentication#authorization-header)
40-
* An [API Key]({{root_url}}/help-support/account-and-settings/api-keys/) within the Authorization Header
40+
* An [API Key]({{root_url}}/ui/account-and-settings/api-keys/) within the Authorization Header
4141
* A Request. When submitting data to a resource via POST or PUT, you must submit your payload in JSON.
4242

4343
### Send your email using the API
@@ -62,7 +62,7 @@ curl --request POST \
6262

6363
<call-out>
6464

65-
If you have not yet set up [Sender Authentication]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/) in your account, you may need to check your spam folder for the email you just sent.
65+
If you have not yet set up [Sender Authentication]({{root_url}}/ui/sending-email/how-to-set-up-domain-authentication/) in your account, you may need to check your spam folder for the email you just sent.
6666

6767
</call-out>
6868

@@ -75,5 +75,5 @@ All responses are returned in JSON format. We specify this by sending the ``Cont
7575
For more information on SendGrid and where you can go from here, check out these pages:
7676

7777
- [API Reference]({{root_url}}/api-reference/)
78-
- [Sender Authentication]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/)
79-
- [How to Send Email]({{root_url}}/help-support/sending-email/how-to-send-email/)
78+
- [Sender Authentication]({{root_url}}/ui/sending-email/how-to-set-up-domain-authentication/)
79+
- [How to Send Email]({{root_url}}/ui/sending-email/how-to-send-email/)

content/docs/for-developers/sending-email/building-an-smtp-email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ Categories should only be used for broad topics. To attach unique identifiers, p
177177

178178
### Unique Arguments
179179

180-
Use unique arguments to track your emails based on specific identifiers unique to individual messages. Unique arguments can be retrieved via SendGrid's [Event Webhook]({{root_url}}/for-developers/tracking-events/event/) or your [email activity page]({{root_url}}/help-support/analytics-and-reporting/email-activity-feed/).
180+
Use unique arguments to track your emails based on specific identifiers unique to individual messages. Unique arguments can be retrieved via SendGrid's [Event Webhook]({{root_url}}/for-developers/tracking-events/event/) or your [email activity page]({{root_url}}/ui/analytics-and-reporting/email-activity-feed/).
181181

182182
For more information, see our [unique arguments documentation]({{root_url}}/for-developers/sending-email/unique-arguments/).
183183

184184
## Additional Resources
185185

186186

187-
- [How to send email]({{root_url}}/help-support/sending-email/how-to-send-email/)
187+
- [How to send email]({{root_url}}/ui/sending-email/how-to-send-email/)
188188
- [Getting started with the API]({{root_url}}/api-reference/)
189189
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
190190
- [Getting Started with the SMTP API]({{root_url}}/for-developers/sending-email/sending-email-smtp/)

content/docs/for-developers/sending-email/getting-started-email-activity-api.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In order to gain access to the Email Activity Feed API, you must purchase [addit
1919
The API gives you access to query all of your stored messages, to query individual messages, and to download a CSV with data about the stored messages.
2020

2121
## Getting started
22-
22+
2323
Start with this basic query to the Email Activity Feed API (replace `<<your API key>>` with an API key from your account):
2424

2525
```
@@ -31,7 +31,7 @@ curl --request GET \
3131
This returns a list of the 10 most recent emails you've sent. Next, check out some of the common use cases to narrow down your search.
3232

3333
### Encoding queries
34-
34+
3535
All queries need to be [URL encoded](https://meyerweb.com/eric/tools/dencoder/), and have this format:
3636

3737
`query={query_type}="{query_content}"`
@@ -41,11 +41,11 @@ Encoded, this query would look like this:
4141
`query=query_type%3D%22query_content%22`
4242

4343
## Queries for common use cases
44-
44+
4545
Here are some queries for common use cases. For a full list of possible query types, see the [query reference](#query-reference).
4646

4747
### Filter by subject
48-
48+
4949
Use this query to filter by email subject (replace `<<your API key>>` with an API key from your account, and replace <<subject>> with the subject you want to search):
5050

5151
```
@@ -63,7 +63,7 @@ Encoded, this query would look like this:
6363
`subject%3D%22This%20is%20a%20subject%20test%22`
6464

6565
### Filter by recipient email
66-
66+
6767
Use this query to filter by a recipient's email: (replace `<<your API key>>` with an API key from your account, and replace <<email>> with the URL encoded recipients email):
6868

6969
```
@@ -81,7 +81,7 @@ Encoded, this query would look like this:
8181
`to_email%3D%22example%40example.com%22`
8282

8383
### Filter by bounced emails
84-
84+
8585
Use this query to filter by all bounced emails: (replace `<<your API key>>` with an API key from your account):
8686

8787
```
@@ -99,11 +99,11 @@ Encoded, this query would look like this:
9999
`status%3D%22bouced%22`
100100

101101
## Creating compound queries
102-
102+
103103
Use [operators and keywords](#keywords-and-Operator-reference) to combine queries for a compound query. For example, you could filter for emails between a date range, or you could filter for when a specific recipients email is bounced. Here are some common use cases:
104104

105105
### Filter by a recipient email that was bounced
106-
106+
107107
Use this query to filter by a recipient's email and by emails that are bounced: (replace `<<your API key>>` with an API key from your account, and replace <<email>> with the URL encoded recipients email):
108108

109109
```
@@ -113,7 +113,7 @@ curl --request GET \
113113
```
114114

115115
### Filter by date range
116-
116+
117117
Use this query to filter to emails between specific dates: (replace `<<your API key>>` with an API key from your account, and replace {start_date} and {end_date} with a URL encoded UTC date string in this format: `YYYY-MM-DD HH:mm:SS`. Encoded, this looks like this: `2018-02-01T00%3A00%3A00.000Z`)
118118

119119
```
@@ -123,7 +123,7 @@ curl --request GET \
123123
```
124124

125125
### Filter by a recipient and a date range
126-
126+
127127
Use this query to filter to emails by recipient and between specific dates: (replace `<<your API key>>` with an API key from your account, replace <<start_date>> and <<end_date>> with a URL encoded UTC date string in this format: `YYYY-MM-DD HH:mm:SS`, and and replace <<email>> with the URL encoded recipient's email)
128128

129129
```
@@ -133,7 +133,7 @@ curl --request GET \
133133
```
134134

135135
## Keywords and Operator reference
136-
136+
137137
There are several operators and keywords that you can use to build [Compound queries](#creating-compound-queries). Use these operators between query statements. If the character used as the delimiter if it is found within the string. The escape character is `\`, which must be escaped with a preceding `\`. All queries need to be URL encoded.
138138

139139
*This is a full list of accepted operators and keywords:*
@@ -174,7 +174,7 @@ There are several operators and keywords that you can use to build [Compound que
174174

175175

176176
## Query reference
177-
177+
178178
This is a full list of basic query types and examples: (replace the data in quotes with the information you want to query, and then URL encode it)
179179

180180
<table class="table" style="table-layout:fixed">
@@ -268,6 +268,6 @@ This is a full list of basic query types and examples: (replace the data in quot
268268
</table>
269269

270270
## Additional Resources
271-
271+
272272
- [Email Activity Feed API Reference](https://sendgrid.api-docs.io/v3.0/email-activity/filter-all-messages)
273-
- [Email Activity Feed UI]({{root_url}}/help-support/analytics-and-reporting/email-activity-feed/)
273+
- [Email Activity Feed UI]({{root_url}}/ui/analytics-and-reporting/email-activity-feed/)

content/docs/for-developers/sending-email/getting-started-smtp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ navigation:
1313

1414
<iframe src="https://player.vimeo.com/video/190122014" width="700" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
1515

16-
You can also send email with [the UI]({{root_url}}/help-support/sending-email/how-to-send-email/) and with [the API]({{root_url}}/api-reference/).
16+
You can also send email with [the UI]({{root_url}}/ui/sending-email/how-to-send-email/) and with [the API]({{root_url}}/api-reference/).
1717

1818

1919
## What is SMTP?
@@ -68,7 +68,7 @@ Now that you've sent a test email, learn to [integrate your servers with our SMT
6868

6969
## Additional Resources
7070

71-
- [Getting Started with the UI]({{root_url}}/help-support/sending-email/how-to-send-email/)
71+
- [Getting Started with the UI]({{root_url}}/ui/sending-email/how-to-send-email/)
7272
- [Getting Started with the API]({{root_url}/for-developers/sending-email/api-getting-started/)
7373
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
7474
- [Integrating with the SMTP API]({{root_url}}/for-developers/sending-email/integrating-with-the-smtp-api/)

content/docs/for-developers/sending-email/how-to-create-a-subuser-with-the-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When defining this call's 'set' parameter, you have a few options for appending
7171

7272
## Assign a domain authentication for the Subuser Account (optional)
7373

74-
After you have created the subuser account and have appended an IP address, you are now ready to assign an _existing_ [authenticated domain]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/) to the account. If you have not yet created the required records for authenticating your chosen domain then this step should be skipped.
74+
After you have created the subuser account and have appended an IP address, you are now ready to assign an _existing_ [authenticated domain]({{root_url}}/ui/sending-email/how-to-set-up-domain-authentication/) to the account. If you have not yet created the required records for authenticating your chosen domain then this step should be skipped.
7575

7676
First, you should find out what authenticated domains you have associated with your account. This call will [list your available authenticated domains](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#list):
7777

content/docs/for-developers/sending-email/integrating-with-the-smtp-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Now that you've integrated, learn to [build SMTP email]({{root_url}}/for-develop
2626

2727
### SMTP Ports
2828

29-
- For an unencrypted or a [TLS connections]({{root_url}}/help-support/sending-email/ssl-vs-tls/), use port `25`, `2525`, or `587`.
30-
- For a [SSL connections]({{root_url}}/help-support/sending-email/tls/), use port `465`.
29+
- For an unencrypted or a [TLS connections]({{root_url}}/ui/sending-email/ssl-vs-tls/), use port `25`, `2525`, or `587`.
30+
- For a [SSL connections]({{root_url}}/ui/sending-email/tls/), use port `465`.
3131

3232
### Rate limits
3333

@@ -37,7 +37,7 @@ Now that you've integrated, learn to [build SMTP email]({{root_url}}/for-develop
3737
## Additional Resources
3838

3939

40-
- [Sending email]({{root_url}}/help-support/sending-email/how-to-send-email/)
40+
- [Sending email]({{root_url}}/ui/sending-email/how-to-send-email/)
4141
- [Getting Started with the API]({{root_url}}/api-reference/)
4242
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
4343
- [Getting Started with the SMTP API]({{root_url}}/for-developers/sending-email/getting-started-smtp/)

content/docs/for-developers/sending-email/scheduling-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ navigation:
1111
show: true
1212
---
1313

14-
There are 3 easy ways to schedule your emails; use [Marketing Campaigns]({{root_url}}/help-support/sending-email/how-to-send-email/), use the [SMTP API]({{root_url}}/for-developers/sending-email/scheduling-parameters/) header, or use the API.
14+
There are 3 easy ways to schedule your emails; use [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/), use the [SMTP API]({{root_url}}/for-developers/sending-email/scheduling-parameters/) header, or use the API.
1515

1616
<call-out>
1717

content/docs/for-developers/sending-email/scheduling-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using the parameters defined below, you can queue batches of emails targeting in
1616

1717
<call-out>
1818

19-
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/help-support/sending-email/how-to-send-email/).
19+
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/).
2020

2121
</call-out>
2222

0 commit comments

Comments
 (0)