Hi.
We’re trying to figure out when users of our platform are recipients of the same email.
The problem comes when one (or all) of them is bcc’d. Since we can’t identify the recipient by bcc because it’s empty, we turned to look at recipients by object.grant_id
.
That gives us another problem because for every grant we get a notification with different IDs to everything (like the message id), so it looks like both received completely different emails (even if they’re the same).
Is there any way to group BCC’d recipients by the same email?