Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 2beed90

Browse files
author
Matt Bernier
committed
Merge pull request #1131 from sendgrid/develop
Statistics and Cleanup
2 parents 595f8b9 + 8cadc53 commit 2beed90

Some content is hidden

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

65 files changed

+1040
-616
lines changed

_config.sample.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ indextank_index: docs #set this to the index name you set on indexden.com
5757
# these values are applied as regular expressions
5858
# indextank_excludes: [index.html, 404.html, ^/secret/]
5959

60+
#pages we link to from many places, change it once here. Must be added to content as {{root_url}}{{site.thisVariable}} in links
61+
password_requirements: "/Classroom/Basics/password.html"

source/API_Reference/Customer_Subuser_API/multi_cred.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Create a new subuser credential.
7070
{% parameter task Yes 'Must be set to <code>add</code>' 'Task to create a subuser credential' %}
7171
{% parameter user Yes 'The subuser name' 'The subuser whose multi cred users you are looking for' %}
7272
{% parameter credential_name Yes 'The new user name, unique for your account' 'The subuser whose multi cred users you are looking for' %}
73-
{% parameter credential_password Yes 'The password for your credential. See the [SendGrid password requirements](https://sendgrid.com/docs/User_Guide/Account/Account_Settings/password.html)' 'The password for your subuser credential' %}
73+
{% parameter credential_password Yes 'The password for your credential. See the [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'The password for your subuser credential' %}
7474
{% endparameters %}
7575

7676
{% apiexample add POST https://api.sendgrid.com/apiv2/customer.credential.json api_user=apikey&api_key=your_sendgrid_password&task=create&user=subuser_name&credential=new_user_name&credential_password=new_credential_password %}
@@ -99,7 +99,7 @@ Edit a subuser credential.
9999
{% parameter task Yes 'Must be set to <code>edit</code>' 'Task to edit a subuser credential' %}
100100
{% parameter user Yes 'The subuser name' 'The subuser whose multi cred users you are looking for' %}
101101
{% parameter credential_name Yes 'The credential name' 'The current name of the credential' %}
102-
{% parameter new_credential_password Yes 'The password for your credential. See the [SendGrid password requirements](https://sendgrid.com/docs/User_Guide/Account/Account_Settings/password.html)' 'The password for your subuser credential' %}
102+
{% parameter new_credential_password Yes 'The password for your credential. See the [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'The password for your subuser credential' %}
103103
{% endparameters %}
104104

105105
{% apiexample edit POST https://api.sendgrid.com/apiv2/customer.credential.json api_user=apikey&api_key=your_sendgrid_password&task=edit&user=subuser_name&credential_name=credential_name&new_credential_password=credential_password %}

source/API_Reference/Customer_Subuser_API/subusers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create a Subuser
2222

2323
{% parameters create %}
2424
{% parameter username Yes 'No more than 64 characters' 'New subuser username' %}
25-
{% parameter password Yes 'See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)' 'New subuser password' %}
25+
{% parameter password Yes 'See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'New subuser password' %}
2626
{% parameter confirm_password Yes 'Match <code>password</code> argument' 'Confirm new password' %}
2727
{% parameter email Yes 'Valid email address, no more than 64 characters' 'New subuser email. This is an administrative contact address for SendGrid' %}
2828
{% parameter first_name Yes 'No more than 50 characters' 'New subuser profile first name' %}
@@ -218,7 +218,7 @@ Passwords are stored encrypted, and cannot be retrieved. Forgotten passwords mus
218218

219219
{% parameters updateSubuserPassword %}
220220
{% parameter user Yes 'Subuser must be under your account' 'Subuser to update password of' %}
221-
{% parameter password Yes 'See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)' 'New password for subuser' %}
221+
{% parameter password Yes 'See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'New password for subuser' %}
222222
{% parameter confirm_password Yes 'Match <code>password</code> argument' 'Confirm new password' %}
223223
{% endparameters %}
224224

source/API_Reference/Reseller_API/customer_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Create a Customer
1212

1313
{% parameters create %}
1414
{% parameter 'username' 'Yes' 'No more than 64 characters' 'The customers new username' %}
15-
{% parameter 'password' 'Yes' 'See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)' 'New password of customer' %}
15+
{% parameter 'password' 'Yes' 'See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'New password of customer' %}
1616
{% parameter 'confirm_password' 'Yes' 'Must match password parameter' 'Confirm new password' %}
1717
{% parameter 'email' 'Yes' 'Must be in email format, no more than 64 characters' 'Email address of new customer' %}
1818
{% parameter 'first_name' 'Yes' 'No more than 50 characters' 'First name of new customer' %}
@@ -324,7 +324,7 @@ Passwords are encrypted by default and therefore cannot be retrieved; however, y
324324

325325
{% parameters password %}
326326
{% parameter 'user' 'Yes' 'Customer must be registered under you' 'The customer you are planning to reset the password' %}
327-
{% parameter 'password' 'Yes' 'See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)' 'New password of customer' %}
327+
{% parameter 'password' 'Yes' 'See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'New password of customer' %}
328328
{% parameter 'confirm_password' 'Yes' 'Must match password parameter' 'Confirm new password' %}
329329
{% parameter 'method' 'Yes' 'Must be set to *password*' 'Allows you to access password functionality' %}
330330
{% endparameters %}

source/API_Reference/Reseller_API/multiple_credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Notes: This API call allows SendGrid resellers to add a new set of credentials t
4141
<tr>
4242
<td>credential_password</td>
4343
<td>Yes</td>
44-
<td>See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)</td>
44+
<td>See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})</td>
4545
<td>The password used to authenticate the newly generated credential.</td>
4646
</tr>
4747
</tbody>
@@ -135,7 +135,7 @@ Notes: This API call allows SendGrid resellers to edit an already existing crede
135135
<tr>
136136
<td>new_credential_password</td>
137137
<td>Yes</td>
138-
<td>See [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)</td>
138+
<td>See [SendGrid password requirements]({{root_url}}{{site.password_requirements}})</td>
139139
<td>The updated password</td>
140140
</tr>
141141
</tbody>

source/API_Reference/Reseller_API/v1_(deprecated)/customer_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create a Customer
3939
<tr>
4040
<td>password</td>
4141
<td>Yes</td>
42-
<td>Please see the [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)</td>
42+
<td>Please see the [SendGrid password requirements]({{root_url}}{{site.password_requirements}})</td>
4343
<td>New password of customer</td>
4444
</tr>
4545
<tr>
@@ -1038,7 +1038,7 @@ Passwords are encrypted by default and therefore cannot be retrieved; however, y
10381038
<tr>
10391039
<td>password</td>
10401040
<td>Yes</td>
1041-
<td>Please see the [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)</td>
1041+
<td>Please see the [SendGrid password requirements]({{root_url}}{{site.password_requirements}})</td>
10421042
<td>New password of customer</td>
10431043
</tr>
10441044
<tr>

source/API_Reference/SMTP_API/scheduling_parameters.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ navigation:
66
show: true
77
---
88

9-
SendGrid's [SMTP API]({{ root_url }}/API_Reference/SMTP_API/) allows developers to specify custom scheduling parameters. Using the parameters defined below, SendGrid will allow a customer to queue batches of emails targeting individual recipients by using a UNIX time stamp parameter. This parameter allows SendGrid to begin processing a customer’s email requests before sending. SendGrid will then queue those messages and release them when the time stamp is exceeded. This technique allows for a more efficient way to distribute large email requests and can **improve overall mail delivery time** performance.
9+
With scheduling you can send large volumes of email in queued batches or target individual recipients by specifying custom UNIX timestamp parameter.
10+
Using the parameters defined below, you can queue batches of emails targeting individual recipients.
11+
12+
This parameter allows SendGrid to begin processing a customer’s email requests before sending. SendGrid will then queue those messages and release
13+
them when the timestamp is exceeded. This technique allows for a more efficient way to distribute large email requests and can **improve overall mail delivery time**
14+
performance. This functionality:
15+
16+
* Improves efficiency of processing and distributing large volumes of email.
17+
* Reduces email pre-processing time.
18+
* Enables you to time email arrival to increase open rates.
19+
* Is available for free to all SendGrid customers.
20+
1021

1122
{% info %}
1223
Once you send SendGrid a request with a scheduling parameter, that email request cannot be cancelled and we currently only accept time stamps no greater than 24 hours in advance.

source/API_Reference/Web_API/Statistics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{% endapiexample %}
115115

116116
{% info %}
117-
To better understand the terms used in the response, please refer to the [Delivery Metrics]({{root_url}}/User_Guide/Delivery_Metrics/index.html#-Metrics) documentation.
117+
To better understand the terms used in the response, please refer to the [Statistics]({{root_url}}/User_Guide/Statistics/index.html) documentation.
118118
{% endinfo %}
119119

120120
<hr />

source/API_Reference/Web_API/multiple_credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ navigation:
66
show: true
77
---
88

9-
These are the API endpoints to manage the [Multiple Credentials feature]({{root_url}}/User_Guide/Account/multiple_credentials.html).
9+
These are the API endpoints to manage the [Multiple Credentials feature]({{root_url}}/User_Guide/Settings/multiple_credentials.html).
1010

1111
{% anchor h2 %}
1212
get
@@ -76,7 +76,7 @@ Retrieve a list of all credentials, or permissions for a specific credential.
7676
Add
7777
{% endanchor %}
7878

79-
This API call allows user to add a new set of credentials to their account. Please see the [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html) before proceeding.
79+
This API call allows user to add a new set of credentials to their account. Please see the [SendGrid password requirements]({{root_url}}{{site.password_requirements}}) before proceeding.
8080

8181
{% parameters add %}
8282
{% parameter 'username' 'Yes' 'alphanumeric' 'Enter a username for the new account' %}
@@ -103,7 +103,7 @@ This API call allows user to add a new set of credentials to their account. Plea
103103
Edit
104104
{% endanchor %}
105105

106-
Please see the [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html) before proceeding.
106+
Please see the [SendGrid password requirements]({{root_url}}{{site.password_requirements}}) before proceeding.
107107

108108
{% parameters edit %}
109109
{% parameter 'username' 'Yes' 'alphanumeric' 'The existing credentials to edit' %}

source/API_Reference/Web_API/profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ setPassword
9494
{% endanchor %}
9595

9696
{% parameters set %}
97-
{% parameter 'password' 'Yes' 'Please see the [SendGrid password requirements]({{root_url}}/User_Guide/Account/Account_Settings/password.html)' 'Your new password' %}
97+
{% parameter 'password' 'Yes' 'Please see the [SendGrid password requirements]({{root_url}}{{site.password_requirements}})' 'Your new password' %}
9898
{% parameter 'confirm_password' 'Yes' 'Must match password parameter' 'Confirm new password' %}
9999
{% endparameters %}
100100

0 commit comments

Comments
 (0)