-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
32 lines (32 loc) · 1.15 KB
/
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
display_information:
name: kudo box
description: Good work deserves recognition ;)
background_color: "#000000"
long_description: Kudo box is an easy way to foster a positive feedback culture within your teams on Slack. Simply add kudo box to your team's channel and start recognising your team mates for the amazing work they are doing on a daily basis. Unless you add your name to the message no one will know who wrote the deserved praises but the recipient will feel amazing no matter what.
features:
bot_user:
display_name: kudo box
always_online: true
slash_commands:
- command: /kudos
url: https://example.com
description: Writes a kudo card and put's it in the kudo box
usage_hint: "[Text for your kudo card]"
should_escape: false
- command: /read-kudo
url: https://example.com
description: Reads a random kudo card
should_escape: false
oauth_config:
redirect_urls:
- https://example.com/oauth_redirect
scopes:
bot:
- channels:join
- chat:write
- files:write
- commands
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false