-
Notifications
You must be signed in to change notification settings - Fork 0
/
.slack-manifest.example
65 lines (65 loc) · 1.59 KB
/
.slack-manifest.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
display_information:
name: Sentry Bot
description: Sentry development tooling bot
background_color: "#362d59"
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: Sentaur
always_online: true
slash_commands:
- command: /notify-for-triage
url: <NGROK_URL>/apps/slack/events
description: Notification subscriptions for untriaged issues
usage_hint: "Product area (from labels) followed by office location, e.g., `Issues sfo`"
should_escape: false
oauth_config:
scopes:
user:
- users.profile:read
bot:
- app_mentions:read
- calls:read
- calls:write
- channels:read
- chat:write
- dnd:read
- files:read
- groups:read
- im:history
- im:read
- im:write
- mpim:history
- mpim:read
- mpim:write
- pins:write
- reactions:read
- reactions:write
- remote_files:read
- remote_files:share
- remote_files:write
- team:read
- users.profile:read
- users:read
- users:read.email
- users:write
- channels:join
- commands
settings:
event_subscriptions:
request_url: <NGROK_URL>/apps/slack/events
bot_events:
- app_home_opened
- app_mention
- message.im
- user_change
interactivity:
is_enabled: true
request_url: <NGROK_URL>/apps/slack/events
message_menu_options_url: <NGROK_URL>/apps/slack/events
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false