You can create Logic Apps and Flow workflows that trigger on receipt of a Http request and optionally receive a Json payload. This technique can be used as an integration pattern in a B2B enviroment. You can design your Json scheme specifically for your partners so that is is easy to use and understand. This provides your integation partners with an API … [Read more...] about Json Schema Validation in Logic Apps and Flow
Web API
How to Configure Dynamics 365 S2S Authentication
The combination of the Dynamics 365 Web API and Azure Active Directory allows a variety of applications to integrate easily with Dynamics 365 to retrieve and update data. This can be any type of application such as a web site or a data integration process and is commonly referred to as S2S, server-to-server, authentication. Calling the Web API using S2S is a two step … [Read more...] about How to Configure Dynamics 365 S2S Authentication