-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslackbot.json
48 lines (48 loc) · 1.11 KB
/
slackbot.json
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": "Salesforce Data Loader Bot",
"description": "A bot to load data into Salesforce from Slack",
"background_color": "#4A154B"
},
"features": {
"bot_user": {
"display_name": "DataLoaderBot",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": [
"channels:history",
"channels:read",
"chat:write",
"users:read",
"commands",
"files:write",
"channels:join",
"reactions:read",
"reactions:write",
"im:history",
"im:write",
"mpim:history",
"mpim:write"
],
"user": [
"channels:manage",
"groups:read",
"groups:history",
"im:history",
"mpim:history",
"users:read.email",
"users:profile:read",
"files:read",
"files:write:user"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}