-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
34 lines (34 loc) · 772 Bytes
/
manifest.yml
File metadata and controls
34 lines (34 loc) · 772 Bytes
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
display_information:
name: warm-welcome
description: Welcome new members easily
features:
bot_user:
display_name: warm-welcome
always_online: true
oauth_config:
redirect_urls:
- https://YOUR-APP-DOMAIN-GOES.HERE/slack
scopes:
user:
- chat:write
- im:write
- users:read
bot:
- im:write
- users:read
- chat:write
- im:history
settings:
event_subscriptions:
request_url: https://YOUR-APP-DOMAIN-GOES.HERE/slack/events
user_events:
- team_join
bot_events:
- message.im
- team_join
interactivity:
is_enabled: true
request_url: https://YOUR-APP-DOMAIN-GOES.HERE/slack/events
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false