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.
How to Enable Gmail API in Google Cloud Platform (GCP)
In this post, we will create a new project and enable the Gmail API in Google Cloud Platform (GCP). Make sure you have the GCP Account.
Create a Bing Search API Resource in Azure Portal
The Bing Search APIs let you build web-connected apps and services that find webpages, images, news, locations, and more without advertisements.
Call REST API in Microsoft Bot Framework using Echo Bot Template
In this post, we will call REST API from the Echo Bot Template. User sends a query, we use the query in our GET request which returns the search results.
How to create Model Classes from API JSON Response in Visual Studio
There is an easy and fastest way to create Model Classes in Visual Studio. You don't have to go to Online third party providers and generate the model classes. You just have to create a new class file and place your cursor where you want the generated model classes to be kept.
API Testing Bot | Part 1 | Microsoft Bot Framework
This bot will help you to test your APIs by giving the response as passed or failed. In the first part we will cover Open GET APIs. Open GET APIs don't have any authorization as such. We just provide the URL and call the API, which in turn gives a response along with status code.
Insert Rows in the Azure SQL DB Table using Power Automate | Send API Response Data to DB
Here we will be updating the SQL Database with data coming as a response from an API using Power Automate. Automate business processes, connect to almost 300 data sources and publicly available API.
WhatsApp Bot | Get Covid Data Daily on WhatsApp using Azure Functions and Twilio
This is the WhatsApp Bot which gets the COVID data daily to your WhatsApp number. I have scheduled the job to get executed daily at the scheduled time.


You must be logged in to post a comment.