You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: