-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathslack-manifest.yml
34 lines (32 loc) · 963 Bytes
/
slack-manifest.yml
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: ackbot
description: ackbot makes it easy to help people on your team acknowledge important messages
background_color: "#545454"
long_description: "ackbot makes it easy to help people on your team acknowledge important messages\r
\r
Just @ackbot on any message and any users and user groups mentioned in that message will get a reminder on a regular basis until they react to it."
features:
bot_user:
display_name: Ackbot
always_online: false
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- chat:write
- groups:history
- im:history
- im:write
- mpim:history
- reactions:read
- reactions:write
- usergroups:read
settings:
event_subscriptions:
request_url: https://ackbot.vercel.app/api/events
bot_events:
- app_mention
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false