Hey everyone,
Referring to the subject above, I have been using the "Get mail tips for a mailbox (V2)" action for years now and never got this problem. This has only been happening for the past week (since 6th Jan 2025) and it does not show up as a failed flow or error in Power Automate.
My goal is to get someone's automatic replies from their Outlook to determine if they are out of office or not. Using the action above, in the results body, the following appears:
"body": {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.mailTips)",
"value": [
{
"mailboxFull": false,
"externalMemberCount": 0,
"totalMemberCount": 1,
"deliveryRestricted": false,
"isModerated": false,
"maxMessageSize": 37748736,
"emailAddress": {
"name": "",
"address": "example@email.com"
},
"automaticReplies": {},
"error": {
"message": "Proxy web request failed. ",
"code": "NoError"
}
}
]
}
As you can see in the last few lines, an error message is invoked stating a proxy web request failure. I am not sure if this is an infra issue from our side or there is a problem from Power Automate. Kindly assist or provide any clarification.