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

Commit 67a2890

Browse files
author
Matt Bernier
committed
Merge pull request #1291 from sendgrid/unsub_group
Unsub group
2 parents 2056d75 + 5bc0df8 commit 67a2890

File tree

19 files changed

+83
-76
lines changed

19 files changed

+83
-76
lines changed

source/API_Reference/SMTP_API/suppressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can specify up to 25 groups to display.
4545
Groups
4646
{% endanchor %}
4747

48-
You can find your group IDs by looking at the Group ID column in the Advanced Suppression Manager UI, or by calling the [GET method]({{root_url}}/API_Reference/Web_API_v3/Advanced_Suppression_Manager/groups.html#-GET) of the groups resource.
48+
You can find your group IDs by looking at the Group ID column in the Advanced Suppression Manager UI, or by calling the [GET method]({{root_url}}/API_Reference/Web_API_v3/Suppression_Management/groups.html#-GET) of the groups resource.
4949

5050
Related Articles:
5151

source/API_Reference/Web_API/filter_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ All fields except version are required for each call.
185185
{% parameter 'group_unsubscribe' 'Yes' 'Notify when recipient unsubscribes from group' '1' %}
186186
{% parameter 'group_resubscribe' 'Yes' 'Notify when recipient resubscribes to group' '1' %}
187187
{% parameter 'spamreport' 'Yes' 'Notify when email is marked as spam' '1' %}
188-
{% parameter 'group_unsubscribe' 'Yes' 'Notify when email unsubscribes from an [ASM Group]({{root_url}}//API_Reference/Web_API_v3/Advanced_Suppression_Manager/groups.html)' '1' %}
189-
{% parameter 'group_resubscribe' 'Yes' 'Notify when email resubscribes to an [ASM Group]({{root_url}}//API_Reference/Web_API_v3/Advanced_Suppression_Manager/groups.html)' '1' %}
188+
{% parameter 'group_unsubscribe' 'Yes' 'Notify when email unsubscribes from an [ASM Group]({{root_url}}//API_Reference/Web_API_v3/Suppression_Management/groups.html)' '1' %}
189+
{% parameter 'group_resubscribe' 'Yes' 'Notify when email resubscribes to an [ASM Group]({{root_url}}//API_Reference/Web_API_v3/Suppression_Management/groups.html)' '1' %}
190190
{% parameter 'url' 'Yes' 'The post notification url to post these event messages to' 'https://notificationurl.example.com/event' %}
191191
{% parameter 'version' 'No' 'The version of the Event API you wish to use. (1-3)' '3' %}
192192
{% endparameters %}

source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/API_Reference/Web_API_v3/Stats/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
<ul>
3333
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Blocks">Blocks</a></li>
3434
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Bounces-amp-Repeat-Bounces">Bounces</a></li>
35-
<li><a href="{{root_url}}/User_Guide/Email_Deliverability/Undelivered_Email/drops.html">Bounce Drops</a></li>
35+
<li><a href="{{root_url}}/Glossary/drops.html">Bounce Drops</a></li>
3636
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Clicks-amp-Unique-Clicks">Clicks</a></li>
3737
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Delivered">Delivered</a></li>
3838
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Deferrals">Deferrals</a></li>
39-
<li><a href="{{root_url}}/User_Guide/Email_Deliverability/Undelivered_Email/drops.html">Drops</a></li>
39+
<li><a href="{{root_url}}/Glossary/drops.html">Drops</a></li>
4040
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Invalid-email">Invalid Emails</a></li>
4141
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Opens-amp-Unique-Opens">Processed</a></li>
4242
<li><a href="{{root_url}}/API_Reference/Webhooks/parse.html">Received</a></li>
4343
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Requests">Requests</a></li>
4444
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Spam-reports-amp-repeat-spam-reports">Spam Reports</a></li>
4545
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Clicks-amp-Unique-Clicks">Unique Clicks</a></li>
4646
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Opens-amp-Unique-Opens">Unique Opens</a></li>
47-
<li><a href="{{root_url}}/User_Guide/Email_Deliverability/Undelivered_Email/drops.html">Spam Report Drops</a></li>
48-
<li><a href="{{root_url}}/User_Guide/Email_Deliverability/Undelivered_Email/drops.html">Unsubscribe Drops</a></li>
47+
<li><a href="{{root_url}}/Glossary/drops.html">Spam Report Drops</a></li>
48+
<li><a href="{{root_url}}/Glossary/drops.html">Unsubscribe Drops</a></li>
4949
<li><a href="{{root_url}}/User_Guide/Delivery_Metrics/metrics.html#-Unsubscribes">Unsubscribes</a></li>
5050
</ul>
5151

source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/groups.md renamed to source/API_Reference/Web_API_v3/Suppression_Management/groups.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
layout: page
3-
title: Groups
3+
title: Unsubscribe Groups
44
weight: 90
55
navigation:
66
show: true
7+
title: Unsubscribe Groups
78
---
89

910
Groups are specific types of email you would like your recipients to be able to unsubscribe from or subscribe to. For example: Daily Newsletters, Invoices, System Alerts.
@@ -43,7 +44,7 @@ HTTP/1.1 201 OK
4344
{% anchor h2 %}
4445
GET
4546
{% endanchor %}
46-
Retrieve all suppression groups associated with the user.
47+
Retrieve all suppression groups associated with the user.
4748

4849
{% apiv3example get GET https://api.sendgrid.com/v3/asm/groups %}
4950
{% v3response %}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: page
3+
title: Suppression Management Overview
4+
weight: 100
5+
navigation:
6+
show: true
7+
title: Overview
8+
keywords: advanced suppression manager, unsubscribe manager, customer unsubscribes, unsubscribe lists
9+
---
10+
11+
Unsubscribe Manager gives your recipients more control over the types of emails they want to receive by letting them opt out of messages from a certain type of email.
12+
13+
Learn more in the [Unsubscribe Manager User Guide]({{root_url}}/User_Guide/Suppressions/index.html), or check out the following API resources:
14+
15+
- [Suppression
16+
Group]({{root_url}}/API_Reference/Web_API_v3/Suppression_Management/groups.html) allow you to segment your email by a grouping which is most often defined by the types of email. Example: Receipts, Deals emails, and notification.
17+
18+
- [Suppressions]({{root_url}}/API_Reference/Web_API_v3/Suppression_Management/suppressions.html) Allow you to manually add or retrieve specific emails that are in your suppression groups.
19+
20+
- [Global Suppressions]({{root_url}}/API_Reference/Web_API_v3/Suppression_Management/global_suppressions.html) Allows you to keep all emails from going to a specific contact

source/API_Reference/Web_API_v3/Advanced_Suppression_Manager/suppressions.md renamed to source/API_Reference/Web_API_v3/Suppression_Management/suppressions.md

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

9-
Suppressions are email addresses that can be added to [groups]({{ root_url }}/API_Reference/Web_API_v3/Advanced_Suppression_Manager/groups.html) to prevent certain types of emails from being delivered to those addresses.
9+
Suppressions are email addresses that can be added to [groups]({{ root_url }}/API_Reference/Web_API_v3/Suppression_Management/groups.html) to prevent certain types of emails from being delivered to those addresses.
1010

1111
{% anchor h2 %}
1212
POST
@@ -32,7 +32,7 @@ HTTP/1.1 201
3232
* * * * *
3333

3434
{% anchor h2 %}
35-
GET
35+
GET
3636
{% endanchor %}
3737

3838
Get suppressed addresses for a given group.
@@ -87,4 +87,3 @@ Delete a recipient email from the suppressions list for a group.
8787
HTTP/1.1 204
8888
{% endv3response %}
8989
{% endapiv3example %}
90-

source/API_Reference/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>Web API</h3>
1919
<p>If SMTP is not used, we also offer a simple <a href="{{root_url}}/API_Reference/Web_API/mail.html">Web API mail method</a> to send email. </p>
2020

2121
<h3>Web API V3</h3>
22-
<p>Our V3 Web API provides functionality for <a href="{{root_url}}/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.html">managing user unsubscribes</a>, <a href="{{root_url}}/API_Reference/Web_API_v3/Template_Engine/index.html">templating emails</a>, <a href="{{root_url}}/API_Reference/Web_API_v3/IP_Management/index.html">managing IP addresses</a>, and <a href="{{root_url}}/API_Reference/Web_API_v3/Settings/enforced_tls.html">enforcing TLS</a>.</p>
22+
<p>Our V3 Web API provides functionality for <a href="{{root_url}}/API_Reference/Web_API_v3/Suppression_Management/index.html">managing user unsubscribes</a>, <a href="{{root_url}}/API_Reference/Web_API_v3/Template_Engine/index.html">templating emails</a>, <a href="{{root_url}}/API_Reference/Web_API_v3/IP_Management/index.html">managing IP addresses</a>, and <a href="{{root_url}}/API_Reference/Web_API_v3/Settings/enforced_tls.html">enforcing TLS</a>.</p>
2323

2424
<h3>Marketing Email API</h3>
2525
<p>The SendGrid Marketing Email API provides developers with the ability to <a href="{{root_url}}/API_Reference/Marketing_Emails_API/emails.html">manage marketing emails</a>, <a href="{{root_url}}/API_Reference/Marketing_Emails_API/lists.html">lists</a>, <a href="{{root_url}}/API_Reference/Marketing_Emails_API/sender_address.html">identities</a>, and <a href="{{root_url}}/API_Reference/Marketing_Emails_API/schedule.html">schedule delivery events</a></p>

source/Glossary/black_hat_sender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A black hat sender is a sender/company who sends email to recipients who either
1313

1414
Not all black hat activity is intentional, though. Even senders who have their recipient's permission but send an excessive amount of email or who send at an alarming frequency may be flagged by users as “spam”. These senders will be identified by the recipients’ ISP, which may throttle the sender's email, send it to spam traps, or totally block the emails.
1515

16-
If your emails are not getting the clicks and opens you expect, you may want to re-evaluate your sending habits. Also, please take a look at our [email deliverability tips]({{root_url}}/User_Guide/Email_Deliverability/index.html) for help in being a white hat sender.
16+
If your emails are not getting the clicks and opens you expect, you may want to re-evaluate your sending habits. Also, please take a look at our [email deliverability tips]({{root_url}}/Classroom/Deliver/index.html) for help in being a white hat sender.
1717

1818
For more information:
1919

0 commit comments

Comments
 (0)