You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/for-developers/partners/amazon-marketplace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ There are two plans: AWS Basic, and AWS Pro. For more information, check out our
34
34
35
35
You can purchase IP addresses dedicated to your account. Since you are the only one sending email over this IP, your sending practices determine the sender reputation associated with this IP. You can purchase up to 3 IP addresses per month. If you need more than 3 IPs, then you should [contact support](https://support.sendgrid.com/hc/en-us).
36
36
37
-
You can only add a Dedicated IP Address if you are on an AWS Pro plan. To upgrade your plan, see [Upgrading or Downgrading Your Account](#-Upgrading-or-Downgrading-Your-Account).
37
+
You can only add a Dedicated IP Address if you are on an AWS Pro plan. To upgrade your plan, see [Upgrading or Downgrading Your Account](#upgrading-or-downgrading-your-account).
Copy file name to clipboardExpand all lines: content/docs/for-developers/sending-email/building-an-smtp-email.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,12 @@ For example, to send a blind carbon copy (BCC) of your email to the address exam
84
84
85
85
The X-SMTPAPI header is a JSON-encoded associative array consisting of several sections, below are examples of JSON strings using each section. Add this header to any SMTP message sent to SendGrid and the instructions in the header will be interpreted and applied to that message’s transaction. You can enable these sections with the X-SMTPAPI header:
Copy file name to clipboardExpand all lines: content/docs/for-developers/sending-email/getting-started-email-activity-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Encoded, this query would look like this:
42
42
43
43
## Queries for common use cases
44
44
45
-
Here are some queries for common use cases. For a full list of possible query types, see the [query reference](#-Query-reference).
45
+
Here are some queries for common use cases. For a full list of possible query types, see the [query reference](#query-reference).
46
46
47
47
### Filter by subject
48
48
@@ -100,7 +100,7 @@ Encoded, this query would look like this:
100
100
101
101
## Creating compound queries
102
102
103
-
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:
103
+
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:
104
104
105
105
### Filter by a recipient email that was bounced
106
106
@@ -134,7 +134,7 @@ curl --request GET \
134
134
135
135
## Keywords and Operator reference
136
136
137
-
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.
137
+
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.
138
138
139
139
*This is a full list of accepted operators and keywords:*
## Assign an IP to be Used by the New Subuser (required)
33
33
34
-
Now that you have created the new subuser account, you will need to [add an IP](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#-Subuser-IP-Assignment) so that it can send emails. We advise that you first find an available IP for this subuser. You can do so by using the following call:
34
+
Now that you have created the new subuser account, you will need to [add an IP](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#subuser-ip-assignment) so that it can send emails. We advise that you first find an available IP for this subuser. You can do so by using the following call:
35
35
36
36
#### Call Example
37
37
```
@@ -48,7 +48,7 @@ When defining the parameter 'list' there are a few options you can choose:
After you have selected the IP that you wish to assign to your subuser account, simply make the API call to [append the IP address](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#-Subuser-IP-Assignment).
51
+
After you have selected the IP that you wish to assign to your subuser account, simply make the API call to [append the IP address](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#subuser-ip-assignment).
52
52
53
53
#### Call Example
54
54
```
@@ -73,7 +73,7 @@ When defining this call's 'set' parameter, you have a few options for appending
73
73
74
74
After you have created the subuser account and have appended an IP address, you are now ready to assign an _existing_[authenticated domain](https://sendgrid.com/docs/help-support/sending-email/how-to-set-up-domain-authentication.html) to the account. If you have not yet created the required records for authenticating your chosen domain then this step should be skipped.
75
75
76
-
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):
76
+
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):
The API response above shows that email.sendgrid.com and email.example.com are both already established domain entries, and can be used by this subuser. If none are displayed then the next step in this process should be skipped.
89
89
90
-
If you have a authenticated domain entry that you wish to apply to your subuser then you will need to [append the whitelabel entry](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#-Append) to your subuser:
90
+
If you have a authenticated domain entry that you wish to apply to your subuser then you will need to [append the whitelabel entry](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#append) to your subuser:
Copy file name to clipboardExpand all lines: content/docs/help-support/sending-email/unsubscribe-groups.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To add a new group, click the “Create New Group” button at the top right of
45
45
46
46
Default groups are those that are shown by default when a recipient chooses to unsubscribe from your emails. SendGrid will always show all of the default groups, so if you don’t want one of those groups to be displayed all the time, make sure that it is not set as a default group.
47
47
48
-
You can also specify which groups to display at send time, but using the [asm_groups_to_display feature]({{root_url}}/for-developers/sending-email/suppressions#-Defining-ASM-Groups-to-display-on-the-Manage-Preferences-page) of the SMTP API.
48
+
You can also specify which groups to display at send time, but using the [asm_groups_to_display feature]({{root_url}}/for-developers/sending-email/suppressions#defining-asm-groups-to-display-on-the-manage-preferences-page) of the SMTP API.
Copy file name to clipboardExpand all lines: styleguide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ NO: For more information, click [here].
54
54
55
55
"Additional Resources" is an h2 section that contains three to five bullet points with links out to other closely related pages. These pages could be SendGrid blogs or docs pages with information about next steps, use cases, or other things a user should consider when they are completing the task on the page. Every page should have an additional resources page, so if it doesn't, feel free to add one!
56
56
57
-
Here is an example "Additional Resources" section: https://sendgrid.com/docs/help-support/sending-email/editor.html#-Additional-Resources
57
+
Here is an example "Additional Resources" section: https://sendgrid.com/docs/help-support/sending-email/editor.html#additional-resources
0 commit comments