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

Handle Flagged status=Declined contacts during email campaigns #49

Open
paulsouche opened this issue May 10, 2023 · 2 comments
Open

Handle Flagged status=Declined contacts during email campaigns #49

paulsouche opened this issue May 10, 2023 · 2 comments

Comments

@paulsouche
Copy link
Contributor

Since April 19th the batch update contacts is broken on Brevo because of contacts flagged status declined in Brevo and still in our database.

The issue is that the Brevo API is returning 400 Http response if one faulty contact is present in the list, not updating the rest of the contacts.

In consequence, we cannot just ignore the error as a workaround. We could remove the faulty contacts in our database but the issue will raise again once new contacts flagged as declined.

@revolunet
Copy link
Member

Looks like there is some preventive contact deactivation in the code but doesnt work for some reason. Wondering if contact.emailBlacklisted is the same thing as status: Declined in the UI. looks like its not.

@paulsouche
Copy link
Contributor Author

Faulty contacts have been deleted in database this day

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