diff --git a/lemarche/utils/apis/api_brevo.py b/lemarche/utils/apis/api_brevo.py index 321cf0830..a9ea45eb3 100644 --- a/lemarche/utils/apis/api_brevo.py +++ b/lemarche/utils/apis/api_brevo.py @@ -73,7 +73,7 @@ def create_contact(user, list_id: int, tender=None): list_ids=[list_id], attributes=attributes, ext_id=str(user.id), - update_enabled=False, + update_enabled=True, ) try: