An API that connects multiple Microsoft services, enabling data access and automation across platforms
Outlook Create message Graph API
We currently interact with Outlook on the Windows desktop via the COM interface to, amongst other things, enable the user to launch a new message that may or may not have some degree of population. The user then edits it and when they send it some information from the message is written back into our CRM system.
When we create a web browser based CRM my question about the Microsoft Graph API is that I can see I can make a call to create a new message and pass some content but how is the user able to see this and be able to edit the content in a proper message editor like on the desktop ?
Is it possible for example to get a URL that can be given to the browser to use the web based Outlook new message Window and when the user clicks send then a web hook can be used to collect information about the message including any changes that they made
Thanks