-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
49 lines (49 loc) · 1.33 KB
/
manifest.yml
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
display_information:
name: Data.World
description: Data.world slack application.
background_color: "#0355d8"
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: dataworld
always_online: true
slash_commands:
- command: /data.world
url: https://major-cougar-adequately.ngrok-free.app/api/v1/command/
description: Data.world command
usage_hint: "[subscribe dataset datasetid] or [unsubscribe dataset datasetid] or [list] or [help]"
should_escape: true
unfurl_domains:
- data.world
oauth_config:
redirect_urls:
- https://major-cougar-adequately.ngrok-free.app/api/v1/auth/oauth
scopes:
bot:
- channels:read
- chat:write
- commands
- groups:read
- im:history
- im:read
- im:write
- links:read
- links:write
settings:
event_subscriptions:
request_url: https://major-cougar-adequately.ngrok-free.app/api/v1/unfurl/action
user_events:
- app_uninstalled
- tokens_revoked
bot_events:
- link_shared
- message.im
interactivity:
is_enabled: true
request_url: https://major-cougar-adequately.ngrok-free.app/api/v1/command/action
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false