Create Flow and Setup Twilio Sandbox for WhatsApp | WhatsApp Bot [Part 1]

In this part, we will create the initial flow in Power Automate and also set up the Sandbox environment in Twilio for WhatsApp.

How to Give and Remove Access on Power BI Workspace?

In this post, we will give and remove access on the Power BI Workspace with a team member from my organization. Open the workspace on which you want to give access.

[Fixed] Could not connect to Desktop Flows running on your machine

This is the error message shown when connecting the Power Automate cloud to the Power Automate Desktop (PAD) using the Gateway while creating a new connection.

Run Commands on Command-Line using Power Automate Desktop

In this post, we will run a simple command and get its output using Power Automate Desktop (PAD). We can use ipconfig windows command to test our flow. This is useful when you are automating any command-line tool.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

How to Run Power Automate Flow using API in C#

In this post, we will trigger the Microsoft Flow using an API in C#. This approach is useful when you want to reduce your application code and let Power Automate take care of most of the things.

Run Power Automate flow from the Postman using API

In this post, we will run the Power Automate flow using the API from the Postman. First, we will create a simple flow to send an email OTP. We will get the inputs by calling the API.

Up ↑