-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(crm): Management commande de Synchronisation des utilisateurs avec Brevo #1178
Conversation
ee0e84a
to
9dab3ef
Compare
72b620e
to
0f15839
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good !!
|
||
if not dry_run: | ||
for user in users_qs: | ||
brevo_contact_id = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brevo_contact_id = None | |
brevo_contact_id = user.brevo_contact_id |
non ? pour skip les users qui sont déjà sync ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
T'as raison j'ai oublié le cas des users déjà sync, mais je le gère pas comme ça, (voir 5ec2f1e), je check si il correspond à l'id fourni par brevo pour skip
Quoi ?
Les utilisateurs existent dans brevo, mais on a pas stocké les identifiants.