Workflow HTTP request

Hi All,

Is it possible to make the below API call from the workflow? For the Authentication Type, will it be OAuth 2.0 or Custom?

Thanks!

Hey Sushant! You actually wouldn’t make an HTTP Request to this endpoint specifically. Your HTTP Request will be to the subsequent endpoint you actually want to call on the Microsoft side; this would be an OAuth 2.0 - Client Credentials Grant auth type, and you’d have that /{tenant}/oauth2/v2.0/token URL as your Token URL, provide your Client ID and Client Secret, and then the Request URL would be the URL for the actual endpoint you want to get info from or send a payload to.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.