Future support for Microsoft Graph in EasyMorph

Hi everyone,

As an application maintenance integrator, I’m exploring ways to streamline data access across Microsoft 365 services. One feature that would be incredibly useful is the ability to query the Microsoft Graph API directly from EasyMorph.

This would open up powerful possibilities for automating tasks and retrieving data from Outlook, Teams, SharePoint, OneDrive, and Azure AD — all within EasyMorph workflows.

Is native support for Microsoft Graph something that’s being considered for future development?
Alternatively, has anyone successfully implemented a workaround using HTTP requests or external scripting to interact with Microsoft Graph from EasyMorph?

Thanks in advance for your insights and suggestions!

Best regards,
Alain Dumont

Hi Alain
I think the MS Graph API is just a RESTful API so you should be able to access it like any other web API in EasyMorph.

Regards
Matt

Actually, The "Import from OData" action and connector already supports Microsoft Graph OData provider so you can likely use that.