Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip subscribers on import if unsubscribed before #165

Open
mpixelz opened this issue May 30, 2022 · 1 comment
Open

Skip subscribers on import if unsubscribed before #165

mpixelz opened this issue May 30, 2022 · 1 comment

Comments

@mpixelz
Copy link

mpixelz commented May 30, 2022

Hi,
We have few offline data collection sales points, we get that data on weekly basis in CSV files and upload them into the sendportal to send campaigns.
The issue we are facing is that sometimes there are customers who have unsubscribed from getting emails but if the same email is listed in our CSV files, these are updated automatically and they again start to receive these campaigns.
We had this issue referred to us by those customers.

Is there any way to skip import of emails which are already in the system and are unsubscribed?
Thanks.

@sabas
Copy link

sabas commented Mar 25, 2023

Hi,
the ImportSubscriberService class seems to check for existence only from id and email columns, but it doesn't seem to touch the unsubscribed field... Do you see that unsubscribed_at becomes again null?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants