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: USAGE.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2083,7 +2083,7 @@ Console.ReadLine();
2083
2083
2084
2084
**This endpoint allows you to retrieve a list of all assigned and unassigned IPs.**
2085
2085
2086
-
Response includes warm up status, pools, assigned subusers, and whitelabel info. The start_date field corresponds to when warmup started for that IP.
2086
+
Response includes warm up status, pools, assigned subusers, and authentication info. The start_date field corresponds to when warmup started for that IP.
2087
2087
2088
2088
A single IP address or a range of IP addresses may be dedicated to an account in order to send email for multiple domains. The reputation of this IP is based on the aggregate performance of all the senders who use it.
2089
2089
@@ -2130,7 +2130,7 @@ Console.ReadLine();
2130
2130
2131
2131
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
2132
2132
2133
-
IP pools can only be used with whitelabeled IP addresses.
2133
+
IP pools can only be used with authenticated IP addresses.
2134
2134
2135
2135
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
2136
2136
@@ -2156,7 +2156,7 @@ Console.ReadLine();
2156
2156
2157
2157
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
2158
2158
2159
-
IP pools can only be used with whitelabeled IP addresses.
2159
+
IP pools can only be used with authenticated IP addresses.
2160
2160
2161
2161
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
2162
2162
@@ -2177,7 +2177,7 @@ Console.ReadLine();
2177
2177
2178
2178
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
2179
2179
2180
-
IP pools can only be used with whitelabeled IP addresses.
2180
+
IP pools can only be used with authenticated IP addresses.
2181
2181
2182
2182
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
2183
2183
@@ -2204,7 +2204,7 @@ Console.ReadLine();
2204
2204
2205
2205
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
2206
2206
2207
-
IP pools can only be used with whitelabeled IP addresses.
2207
+
IP pools can only be used with authenticated IP addresses.
2208
2208
2209
2209
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
2210
2210
@@ -2226,7 +2226,7 @@ Console.ReadLine();
2226
2226
2227
2227
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
2228
2228
2229
-
IP pools can only be used with whitelabeled IP addresses.
2229
+
IP pools can only be used with authenticated IP addresses.
2230
2230
2231
2231
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
2232
2232
@@ -3157,7 +3157,7 @@ Console.ReadLine();
3157
3157
3158
3158
*You may create up to 100 unique sender identities.*
3159
3159
3160
-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3160
+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3161
3161
3162
3162
### POST /senders
3163
3163
@@ -3193,7 +3193,7 @@ Console.ReadLine();
3193
3193
3194
3194
**This endpoint allows you to retrieve a list of all sender identities that have been created for your account.**
3195
3195
3196
-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3196
+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3197
3197
3198
3198
### GET /senders
3199
3199
@@ -3210,7 +3210,7 @@ Console.ReadLine();
3210
3210
3211
3211
**This endpoint allows you to update a sender identity.**
3212
3212
3213
-
Updates to `from.email` require re-verification. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3213
+
Updates to `from.email` require re-verification. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3214
3214
3215
3215
Partial updates are allowed, but fields that are marked as "required" in the POST (create) endpoint must not be nil if that field is included in the PATCH request.
3216
3216
@@ -3249,7 +3249,7 @@ Console.ReadLine();
3249
3249
3250
3250
**This endpoint allows you to retrieve a specific sender identity.**
3251
3251
3252
-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3252
+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3253
3253
3254
3254
### GET /senders/{sender_id}
3255
3255
@@ -3267,7 +3267,7 @@ Console.ReadLine();
3267
3267
3268
3268
**This endoint allows you to delete one of your sender identities.**
3269
3269
3270
-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3270
+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3271
3271
3272
3272
### DELETE /senders/{sender_id}
3273
3273
@@ -3285,7 +3285,7 @@ Console.ReadLine();
3285
3285
3286
3286
**This enpdoint allows you to resend a sender identity verification email.**
3287
3287
3288
-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3288
+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
0 commit comments