Julio Cunha
New Member
It has some fast method to move contacts from one list to another? I tried to give an update directly in the MySql(update in list_id), but does not appear no contact information on the target list.
I want move only @gmail.com, so, the data volume is very high to segment...You can use "Sync subscribers" tool
/customer/lists/tools/index
UPDATE mw_list_subscriber SET list_id = X WHERE list_id = Y and email LIKE '%@gmail.com';
@Julio Cunha - Are those subscribers confirmed? (look at the status column)
I'd say you stick to the tools in mailwizz, as you see there's more to it than it looks like...