You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/integrations/msteams/index.mdx
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ You will need to be a Microsoft Teams Administrator to perform some of the requi
14
14
15
15
1. Visit the [Developer Portal](https://dev.teams.microsoft.com/apps). Note: You may have to sign up for the [MS 365 Developer Program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) if you're having trouble accessing this.
16
16
2. Click "New App".
17
-
3.Enter "Sentry" as the name.
18
-
4. Under "Basic Information" use the following values (the rest may be blank):
17
+
3.Name your app (something specific to you to make it easier to find, e.g. `Bob's Sentry`).
18
+
4. Under "Basic Information" use the following values (all other fields are optional and may be left blank):
@@ -28,11 +28,19 @@ You will need to be a Microsoft Teams Administrator to perform some of the requi
28
28
29
29
30
30
5. Hit "Save" at the bottom of the page.
31
-
6. On the left hand sidebar click "App features" >> "Bot" >> "Create a new bot" >> "New Bot". You may name this whatever you like.
32
-
7. Enter the bot endpoint address as `{YOUR_DOMAIN}/extensions/msteams/webhook/` and hit save. Take note of your bot ID (shown in the URL e.g. https://dev.teams.microsoft.com/bots/{BOT-ID}/configure).
31
+
6. On the left hand sidebar click "App features" >> "Bot" >> "Create a new bot" >> "New bot". You may name this whatever you like.
32
+
7. Enter the bot endpoint address as `{YOUR_DOMAIN}/extensions/msteams/webhook/` and hit "Save". Take note of your bot ID (shown in the URL, e.g. https://dev.teams.microsoft.com/bots/{BOT-ID}/configure).
33
33
8. Go to "Client secrets" and create a secret. Copy the secret as we'll use it later on.
34
-
9. To go back click "Apps" >> Sentry >> "App features" >> "Bot" >> and then choose the bot you just created from the "Select an existing bot" dropdown and hit Save.
35
-
10. Click "Add a command" and call it anything you like e.g. `/sentry`. Select "Team" as the scope, add it, and again hit Save.
34
+
9. To go back, click "Apps" >> Sentry >> "App features" >> "Bot". Then choose the bot you just created from the "Select an existing bot" dropdown.
35
+
10. Enable your bot to "Only send notifications (one-way conversations)" and select "Personal" and "Team" as the scopes.
36
+
37
+

38
+
39
+
11. Click "Add a command" and call it anything you like (e.g. `/sentry`). Give your command a description, select "Personal" and "Team" as the scopes, then click "Add".
40
+
41
+

We have encountered recent issues with this installation method. For a smoother experience, please refer to the Troubleshooting section for alternative steps.
61
+
62
+
</Alert>
63
+
50
64
1. At the top right of the screen click "Preview in Teams".
51
65
2. Select "Add to a team" in the resulting popup, and choose the team(s) you want to install the app on.
0 commit comments