Created
February 29, 2024 10:51
-
-
Save katydorjee/b4bb17fc6daa6a6872d7b6c77e26d765 to your computer and use it in GitHub Desktop.
Select Auto-Suppression list using SQL Query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT status, [Date Added], [Email Address] from [Global Suppression List] | |
/* ------------ | |
You can find the Auto-Suppression list in: | |
--Email Studio > Email > Admin > Send Management > Auto-Suppression list > [Your list name] | |
In above query [Global Suppression List] is an example of list created in Auto-Suppression list | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment