-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathslack.yaml
More file actions
45 lines (45 loc) · 1.16 KB
/
slack.yaml
File metadata and controls
45 lines (45 loc) · 1.16 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
## To install:
## Create an app from this manifest.
## Generate tokens:
## appLevel token from "Basic Information" -> "App-Level Tokens" ( scope connections:writeRoute authorizations:read )
## bot token from "OAuth & Permissions" -> "OAuth Tokens for Your Workspace"
## When configuring the connector, supply the tokens with:
## { "botToken": "OAuth Tokens for Your Workspace", "appToken": "App-Level Tokens" }
display_information:
name: LocalAGI
description: LocalAGI bot
background_color: "#0040ff"
features:
bot_user:
display_name: LocalAGI
always_online: true
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- channels:read
- chat:write
- commands
- groups:history
- files:read
- files:write
- im:history
- im:read
- im:write
- mpim:history
- users:read
- users:read.email
- groups:read
settings:
event_subscriptions:
bot_events:
- app_mention
- message.channels
- message.groups
- message.im
interactivity:
is_enabled: true
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false