Hi Team,
We are currently facing an issue where we are receiving emails with the same ID from the API. This is leading to missed captures through our request since there are two different emails received with identical IDs. The ID is crucial for us to distinguish between unique emails.
We kindly request your assistance in resolving this scenario to ensure the accurate capturing and storage of emails without any duplication. Your prompt attention to this matter is highly appreciated.
Example ID we receive in the API response highlighted in bold:
{
"@odata.etag": "W/"CQAAABYAAACSfMzaqyWjQalHSlfhEdKGAAUfklg9"",
"id": "AAMkAGRkNjc0NzUzLWUwZTgtNDYzYy04MmVjLTA3YjVlMzU1YjA0MgBGAAAAAACFjOkrM98TSoI-VaEXxqZLBwCSfMzaqyWjQalHSlfhEdKGAATa7CZmAACSfMzaqyWjQalHSlfhEdKGAAUgcrVtAAA=",
"receivedDateTime": "2024-02-22T01:43:11Z",
"subject": "ApexOne - Import & Export Branded Mobile Phones & Original Accessories",
"isRead": true,
"from": {
"emailAddress": {
"name": "MobileSources.Net",
"address": "*** Email address is removed for privacy ***"
}
}
},
Shivam