Can we create a Bot using Bot Rest api using teams developer portal

GP 26 Reputation points
2022-11-17T07:11:09.86+00:00

We have Bot Rest API and we would like to create Bot in teams using this existing Bot Rest API via teams developer portal.
Is this doable? If so how can we do this?

We tried this by creating Bot and configured the Bot API from dev portal, but not able get the response from the Bot.

Please advice.

Thanks in advance!

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
745 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,047 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,836 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
313 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 2,806 Reputation points Microsoft Vendor
    2022-11-22T10:58:20.693+00:00

    @prashanthij - There doesn't seem to be any way to create a Bot using Bot Rest API using Teams developer portal.
    You can create a bot with the Bot Connector service with the Bot Connector API.

    Ref Documents:
    https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-quickstart?view=azure-bot-service-4.0
    https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0

    1 person found this answer helpful.