Hello all users, can someone share the workflow or guide me on how to connect Outlook using OAuth 2.0.
Regards,
Hardik Durgam.
Hello all users, can someone share the workflow or guide me on how to connect Outlook using OAuth 2.0.
Regards,
Hardik Durgam.
The following document from UiPath has step by step guide to get started with your requirement. Hope this helps.
Cheers
Thanks for the doc @arjunshenoy . Will go through the doc and let you know
Regards,
Hardik Durgam.
To connect Outlook using OAuth 2.0 in UiPath, you can follow these steps:
Get OAuth 2.0 Token
activity. This activity requires the client ID, client secret, and the resource URL (https://graph.microsoft.com).HTTP Request
activity to make API calls to the Microsoft Graph API and retrieve the data you need.Note: Keep in mind that OAuth 2.0 tokens have a limited lifespan and you will need to refresh the token periodically. UiPath provides the Refresh OAuth 2.0 Token
activity that can be used to refresh the token when it expires.