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.

Call Azure REST API using C#

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the serviceโ€™s resources. In this demo, we will get all the resource group details and created a resource group.

Call Azure REST API using Postman

Call Microsoft Azure REST API using Postman. Azure REST API helps in managing Azure resources from any client application. Get the list of resource groups.

Up ↑