Hello all. I’m building a workflow that starts with a connection to a client’s outlook email. The client is using https://outlook.office.com/.
I’m using n8n cloud.
In order to connect, I fist created a ‘Microsoft Outlook OAuth2 API’ credential (with the help of information provided in an earlier post). In summary, the admin connected to my local machine and logged in with an admin-email to provide n8n access.
But on trying to GET messages using the ‘Microsoft Outlook node’, I get this error response -
404 - The resource you are requesting could not be found.
The mailbox is either inactive, soft-deleted, or is hosted on-premise.
I have access to the email account and I have verified that it is active. And I’m able to send and receive emails from this account.
Any ideas on how to get to the root-cause of this issue ?
I’m trying to find ways to determine if the problem is on the n8n-side or some missing permissions on the microsoft admin side.
I’m working with the IT admin of the client and I’m not quite sure what I should be asking them to check find the problem.
Any ideas on trouble-shooting this would be helpful. TIA.