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

Brevo update contacts : D'abord créer les contacts et ensuite MAJ des contacts existants #4587

Draft
wants to merge 5 commits into
base: staging
Choose a base branch
from

Conversation

qloridant
Copy link
Collaborator

@qloridant qloridant commented Oct 28, 2024

  • Fix : Changer l'ordre pour commencer par la création des nouveaux contacts
  • Fix : Modifier le niveau de logging
  • Refacto : Création d'un ficher brevo.py

Nous mettons à jour régulièrement les contact Brevo en filtrant nos contacts par le champ last_brevo_update. Il existe deux cas :

  • le champ est null : le contact est nouveau et n'existe pas encore sur Brevo
  • le champ contient une date. Si le délai dépasse un seuil, nous mettons à jour ce contact.

La mise à jour se fait par Batch via l'API de Brevo. L'API de Brevo fait planter tout le batch en cas d'erreur (cf cette issue). Or un contact non existant est une erreur.

Les contacts non existants sont crées dans un second temps.

Solution #1 : Cette erreur n'est pas grave. Il faut donc baisser le niveau de logging.

Solution #2 : D'abord créer les contacts non existants puis MAJ par batch des contacts existants

…e peut pas être updaté car un des contact n existe pas
@qloridant qloridant linked an issue Oct 28, 2024 that may be closed by this pull request
@qloridant qloridant changed the title Remplacer logging Exception à Warning quand un batch ne passe pas à cause d un contact non existant Brevo update contacts : D'abord créer les contacts et ensuite MAJ des contacts existants Oct 28, 2024
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

Successfully merging this pull request may close these issues.

Problème avec la configuration brevo
1 participant