Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit e1f8de4

Browse files
author
Brian Canzanella
authored
adds updated msteams images (#227)
1 parent 3d1521f commit e1f8de4

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

513 KB
Loading
926 KB
Loading
274 KB
Loading
333 KB
Loading

api_server/docs/integrations/msteams.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,20 @@ registration.
114114
115115
#### Install Package
116116
117-
1. Now that you have your package (zip file), open & login to MS Teams, then
118-
open the App Studio.<br />
119-
<image src="images/teams-open-app-source.png" width="400" /><br />
117+
1. Now that you have your package (zip file), open & login to MS Teams, then go to apps. Click on "Manage your apps."<br />
118+
<image src="images/teams-app-list.png" width="400" /><br />
120119
121-
1. Import your App package (zip file).<br />
122-
<image src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fimages%2Fteams-%3Cspan+class%3D"x x-first x-last">import-app.png" width="400" /><br />
120+
1. Import your App package (zip file) as a custom app.<br />
121+
<image src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fimages%2Fteams-%3Cspan+class%3D"x x-first x-last">upload-custom-app.png" width="400" /><br />
123122
124-
1. Install the app and add it to one of your channels.<br />
125-
<image src="images/teams-install-1.png" width="400" /><br />
126-
<image src="images/teams-install-2.png" width="400" /><br />
127-
<image src="images/teams-install-3.png" width="400" /><br />
123+
1. Important: Install the app to a team by choosing "Add to team."<br />
124+
<image src="images/teams-add-to-team.png" width="400" /><br />
128125
129-
1. In the **Chat** window, you should see your newly added bot. Select that and
130-
**connect** by typing `@yourbotname connect`. Here, you're authenticating for
131-
the entire team; others should not have to repeat this step.
126+
1. Select a team / channel <br />
127+
<image src="images/teams-select-channel.png" width="400" /><br />
128+
129+
130+
1. In the **Chat** window, you should see your newly added bot. For testing purposes type `@yourbotname help`. You should see a response from the bot with some help text. To begin using the feal functionality of your new bot, select your bot and **connect** it to a channel by typing `@yourbotname connect`. Here, you're authenticating for the entire team; others should not have to repeat this step.
132131
133132
#### Other Package Commands
134133

0 commit comments

Comments
 (0)