-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathslack-app-manifest.yaml
executable file
·59 lines (59 loc) · 1.52 KB
/
slack-app-manifest.yaml
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
_metadata:
major_version: 1
minor_version: 1
display_information:
name: IBMAIOPSTEST
description: The friendly IBMAIOPS Bot
background_color: "#001cab"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: true
bot_user:
display_name: IBMAIOPS
always_online: false
slash_commands:
- command: /welcome
url: https://cap-sg-prd-2.securegateway.appdomain.cloud:18947/aiops/aimanager/instances/xxxxxx/api/slack/events
description: Welcome to IBM AIOps
should_escape: false
oauth_config:
scopes:
user:
- channels:history
- channels:read
- chat:write
- files:read
- files:write
- groups:history
- groups:read
- im:history
- im:read
- mpim:history
- mpim:read
- users:read
- users:read.email
bot:
- app_mentions:read
- channels:manage
- channels:read
- chat:write
- commands
- files:write
- groups:read
- groups:write
- users:read
- users:read.email
settings:
event_subscriptions:
request_url: https://cap-sg-prd-2.securegateway.appdomain.cloud:18947/aiops/aimanager/instances/xxxxxx/api/slack/events
bot_events:
- app_mention
- member_joined_channel
interactivity:
is_enabled: true
request_url: https://cap-sg-prd-2.securegateway.appdomain.cloud:18947/aiops/aimanager/instances/xxxxxx/api/slack/events
org_deploy_enabled: false
socket_mode_enabled: false
is_hosted: false