Microsoft OAuth API

Hi,

I want to use the Microsoft OAuth API credentials to be able to construct an HTTP Request afterwards except the credentials won’t allow me to use the HTTP request to do it (no permissions).

I’d also like to be able to add in another query parameter for the URL (resource, for accessing Dynamics) but aren’t sure how to.

How do I add to the OAuth credentials fields, allow the HTTP Request node to be able to use it and then implement it? I can only find resources on creating a custom node but don’t need to do that.

That is not possible. You have to create a generic OAuth2 credential with the HTTP-Request node. If you do not know what values to use, you can check them out here:

Thank you, I’ll look at doing exactly that.