-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslack_app_manifest.yml
More file actions
48 lines (48 loc) · 1.21 KB
/
slack_app_manifest.yml
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
display_information:
name: Finch
description: Your helpful slack assistant
background_color: "#ab7320"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: Finch
always_online: true
slash_commands:
- command: /finch-stats
url: https://complete-this.lambda-url.us-east-1.on.aws/
description: Check your rate limit usage statistics
usage_hint: View your current usage stats
assistant_view:
assistant_description: Your helpful slack assistant
suggested_prompts: []
oauth_config:
scopes:
bot:
- app_mentions:read
- assistant:write
- channels:join
- chat:write
- commands
- files:read
- files:write
- im:history
- im:read
- im:write
- im:write.topic
- links:read
settings:
event_subscriptions:
request_url: https://complete-this.lambda-url.us-east-1.on.aws/
bot_events:
- app_mention
- file_created
- file_shared
- message.im
- assistant_thread_started
- assistant_thread_context_changed
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false