Integrating With Microsoft Graph API

Microsoft offers a RESTful web service named Microsoft Graph API. The scope of the Microsoft Graph API is pretty large and allows all your entities on Office365 to connect to one another.

The following sections are available on MS Graph:

How Do I Implement a Workflow From My Code?

So you’ve configured a Workflow that meets all of your business requirements: you’re scanning all uploads to your website for viruses and malware, making sure the uploads do not contain any NSFW or copyrighted content, and — if the upload is an image — optimizing it for delivery. Now what? How do we invoke this workflow?

There are two places developers need to wire up this workflow: