Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/user-guide/setting-up-unsubscribe-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For the plain text part, use the following format:
http://www.yourdomain.com[[data-msys-unsubscribe="1"]]
```

That's it. When users click on this link to unsubscribe, your webhook consumer will receive a `link_unsubscribe` event.
That's it. When users click on this link to unsubscribe, your webhook consumer will receive a `link_unsubscribe` event. SparkPost will automatically add the recipient's email address to your suppression list.

### List Unsubscribe Example

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/using-unsubscribe-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use the link unsubscribe, simply add a link in your email in the following fo
title="USEFUL_NAME">UNSUBSCRIBE_LINK_DISPLAY_NAME</a>
```

That's it. When users click on this link to unsubscribe, your webhook consumer will receive a `link_unsubscribe` event.
That's it. When users click on this link to unsubscribe, your webhook consumer will receive a `link_unsubscribe` event. SparkPost will automatically add the recipient's email address to your suppression list.

### List Unsubscribe Example:

Expand Down
Loading