Using the Http Request connector in Power Automate

Trying to expose records in dynamics to an external? , we can achieve this using power automate. In this example, the Power automate flow  will look like this :

The first trigger is “When a HTTP request is received” , create a sample schema and make the method post. A url is generated, this is the url we would call a POST method using postman:

Continue reading “Using the Http Request connector in Power Automate”

Sending Adaptive card to Microsoft teams, to create D365 Record using Power Automate

I have been developing teams lately, one interesting functionality I came across is Adaptive Cards. Adaptive cards can be used with Android, iOS, JavaScript etc, in our example, I will be using adaptive card to collect information about a trip via power automate, to create CDS records.

In the docs, which can be found here , Adaptive cards “are platform-agnostic snippets of UI, authoored in JSON, thats apps and services can openly exchange”

Continue reading “Sending Adaptive card to Microsoft teams, to create D365 Record using Power Automate”

Integrating Stripe payment service with Dynamic 365 using Blazor ASP.NET Core

In this post, I will be integrating stripe payment service (Check out that support European strong customer Authentication) with the power platform (D365), and Blazor ASP.NET Core would serve as the middle ware between D365 and Stripe.

Prerequisites for this post:

  • Access to dynamic 365 instance
  • A test account with stripe
  • you should know your way on how to navigate aroung Blazor project
Continue reading “Integrating Stripe payment service with Dynamic 365 using Blazor ASP.NET Core”