dcl2589 To achieve this, you can add a column called listids in your import file.
If you do so, you can then specify the ids of the AcyMailing lists you want the user to be subscribed to during the import.
name,email,listids
Adrien,adrien@dummymail.com,3
John,john@dummymail.com,8-4
So Adrien will be subscribed to the list with the ID 3 and John will be subscribed to the lists with the IDs 8 and 4.
If you want to subscribe them all to the same list, please remember you don't have to use this extra parameter!
You can also add a column called "listname" in your import file.
If you do so, you can then specify the name of the AcyMailing lists you want the user to be subscribed to during the import. If the list doesn't exist yet, it will be automatically created.
name,email,listname
Adrien,adrien@dummymail.com,My list A
John,john@dummymail.com,My list B - My new list C
So Adrien will be subscribed to list A and John will be subscribed to lists B and C.
As the list C doesn't exist yet, AcyMailing will create it.
For more information, please visit our documentation at https://docs.acymailing.com/main-pages/users/import