I am working to setup an emailer in office 365, one of the steps is to setup Oauth2
I have read the documentation and have done the following
- registered with Microsoft Entra.
- Created an access token
- Created Application (client) ID and secret in MS Entra
- Setup the Oauth node as per below
The reply back does not have the access token in the reply, I then want to put this in my email node.
Where am I going wrong?