Introduction Postman is a powerful tool for testing APIs, enabling developers to streamline their testing workflows and improve productivity. In my recent implementation, where I have dealt with multiple OAUTH secured API URLs .OAUTH bearer token API is an endpoint provided by OAUTH 2.0-compliant authorization servers that allows clients to obtain access tokens required toContinue reading “Maximizing Efficiency with Global Variables in Postman API testing”
Tag Archives: DYNAMICS 365
Send in-App Notification in model driven app from power automate.
Microsoft has introduced a new in-app notification feature which is now generally available as part of the 2022 Release Wave 1 for Dynamics 365.This app notification feature allows the model driven app to pop notifications for specific users . In-app notifications uses polling to retrieve notifications periodically when the app is running. New notification areContinue reading “Send in-App Notification in model driven app from power automate.”
Connect to Dynamics CRM from Azure Function using new Dataverse service client
In this blog We will implement Dataverse service client which was earlier in public preview and now available generally. Connecting to Dataverse is now easier with just few lines of code . For .NET Core applications there is finally an official SDK available providing the same feature set known from Xrm Tooling. This package isContinue reading “Connect to Dynamics CRM from Azure Function using new Dataverse service client”
Create Custom Http Requests using Power Automate
In today’s blog, we are going to see how we can create HTTP requests using the power automate trigger. We can use this trigger to create a custom API that accepts JSON requests as input.API URL created from this trigger doesn’t require any kind of authentication, hence the URL needs to be private and sharedContinue reading “Create Custom Http Requests using Power Automate”
Registering Dynamics 365 Online Web API with Azure Application
In Today’ blog I will try to demonstrate how to register dynamics 365 webapi on azure and consume it with an application user . So those who are working on custom API’s in CRM or haven’t worked on CRM WEB API , lets go through what is WEB API? The Customer Engagement dynamics CRM WebContinue reading “Registering Dynamics 365 Online Web API with Azure Application”
