Unsubscribe Rules

Summer Sauce

Beginner
Sep 24, 2022
16
0
1
I made a bit of mess with my list but want to be sure I maintain my unsubscribes.

1. Is there a way to export unsubscribed users only from list A and list B and then upload them into a global unsubscribe list?
 

mohammad

Member
Staff member
Aug 31, 2020
117
31
28
For this, you can run the following SQL query

select email from subscribers where list_id in (1,2) and is_unsubscribed = 1

and then you can import the unsubscribe list in Mumara->Email Suppression. It will suppress the subscriber on all lists if you select Global in Email Suppression or you can select a specific list.