récupérer expéditeur exact via API
Avec l'API, le path 'https://api.mailjet.com/v3/REST/message' permet de récupérer des informations sur les messages envoyés.
Nous pouvons récupérer notamment, l'attribut "SenderID" qui donne l'identifiant d'un expéditeur validé. Nous avons validé le nom de domaine @mondomaine.com (par exemple) donc on sait que SenderID correspondant à @domaine.com cependant j'aimerai savoir qui est l'expéditeur exact (toto@domaine.com, titi@domaine.com, ...).
L'information doit bien être stockée quelque part puisque quand on fait un export CSV à partir de Mailjet cette information est bien disponible.
ENGLISH
With the API, the path 'https://api.mailjet.com/v3/REST/message' allows us to retrieve information about the messages sent.
In particular, we can retrieve the "SenderID" attribute which gives the identifier of a validated sender. We have validated the domain name @domain.com (for example) so we know that SenderID corresponds to @domain.com however I would like to know who is the exact sender (toto@domaine.com, titi@domaine.com, ...).
The information must be stored somewhere because when you do a CSV export from Mailjet this information is available.