Sometimes, output may not contain attachments.
But, hasAttachments is true.
"body": {
"id": "XXXXX",
"receivedDateTime": "2024-02-15T08:12:46+00:00",
"hasAttachments": true,
"internetMessageId": "<XXXXX>",
"subject": "XXXXX",
"bodyPreview": "XXXXX",
"importance": "normal",
"conversationId": "XXXXX",
"isRead": false,
"isHtml": true,
"body": "XXXXX",
"from": "",
"toRecipients": "",
"ccRecipients": "",
"attachments": []
}
Of course, the Include attachments parameter is set to true.
"inputs": {
"parameters": {
"toOrCc": "",
"includeAttachments": true,
"importance": "Any",
"fetchOnlyWithAttachment": true,
"folderPath": "Inbox"
},
I think it's probably due to the email client,
but is there anything you can do about it?