Hi all,
I would like to know if there's a way to capture the "Reply-To" header via gmail connector.
To my knowledge, gmail connector does not capture this info:
{
"MultipleEmailsFound": false,
"From": "****@********.com",
"SenderName": "*****",
"To": "*****",
"Cc": "",
"Bcc": "",
"Subject": "Test",
"Snippet": "Test",
"LabelIds": [
"IMPORTANT",
"CATEGORY_PERSONAL",
"INBOX"
],
"HistoryId": 79978,
"DateTimeReceived": "2022-04-14T08:52:54+00:00",
"EstimatedSize": 58748,
"IsRead": true,
"IsHtml": true,
"HasAttachments": true,
"Attachments": [],
"Id": "18027468387c6be9",
"ThreadId": "18027468387c6be9",
"body": ""
}
Any help would be much appreciated