Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katydorjee/b4bb17fc6daa6a6872d7b6c77e26d765 to your computer and use it in GitHub Desktop.
Save katydorjee/b4bb17fc6daa6a6872d7b6c77e26d765 to your computer and use it in GitHub Desktop.
Select Auto-Suppression list using SQL Query
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