-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathslack-app-manifest.yaml
More file actions
58 lines (54 loc) · 1.35 KB
/
slack-app-manifest.yaml
File metadata and controls
58 lines (54 loc) · 1.35 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
49
50
51
52
53
54
55
56
57
58
# Slack App Manifest for Phantom
#
# Use this to create your Slack app in 30 seconds:
# 1. Go to https://api.slack.com/apps
# 2. Click "Create New App" > "From an app manifest"
# 3. Select your workspace
# 4. Paste this entire file (switch to YAML tab)
# 5. Click "Create"
# 6. Click "Install to Workspace"
#
# After install:
# - Copy the Bot Token (xoxb-) from OAuth & Permissions
# - Create an App-Level Token with connections:write scope
# under Basic Information > App-Level Tokens
# - Copy the App Token (xapp-)
display_information:
name: Phantom
description: Your AI co-worker
background_color: "#22D3EE"
features:
bot_user:
display_name: Phantom
always_online: true
app_home:
messages_tab_enabled: true
messages_tab_read_only_enabled: false
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- channels:read
- chat:write
- chat:write.public
- groups:history
- im:history
- im:read
- im:write
- reactions:read
- reactions:write
- users:read
- team:read
- users.profile:read
settings:
event_subscriptions:
bot_events:
- app_mention
- message.channels
- message.groups
- message.im
- reaction_added
socket_mode_enabled: true
org_deploy_enabled: false
token_rotation_enabled: false