Connect a bot to Microsoft Teams

APPLIES TO: SDK v3

Bots in production should be added to Microsoft Teams as part of an app. Read Create a bot and Test and debug your Microsoft Teams bot in the Microsoft Teams documents for more information.

Test a bot in Microsoft Teams

Important

Adding a bot by GUID, for anything other than testing purposes, is not recommended. Doing so severely limits the functionality of a bot. Bots in production should be added to Teams as part of an app. Read Create a bot and Test and debug your Microsoft Teams bot in the Microsoft Teams documents for more information.

To add the Microsoft Teams channel, open the bot in the Azure portal, click the Channels blade, and then click Teams.

Add Teams channel

Next, click Save.

Save Teams channel

After adding the Teams channel, go to the Channels page and click on Get bot embed code.

Get embed code

  • Copy the https part of the code that is shown in the Get bot embed code dialog. For example, https://teams.microsoft.com/l/chat/0/0?users=28:b8a22302e-9303-4e54-b348-343232.

  • In the browser, paste this address and then choose the Microsoft Teams app (client or web) that you use to add the bot to Teams. You should be able to see the bot listed as a contact that you can send messages to and receives messages from in Microsoft Teams.

Additional information

For Microsoft Teams specific information, see Teams documentation.