-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.yaml.tmpl
34 lines (34 loc) · 1.04 KB
/
manifest.yaml.tmpl
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: DEV - Secret Message
description: DEV - secretmessage
background_color: "#666666"
long_description: This is a very long description. This is a very long description. This is a very long description. This is a very long description. This is a very long description. This is a very long description.
features:
bot_user:
display_name: Secretmessage-dev
always_online: true
slash_commands:
- command: /secret
url: {{(ds "data").baseUrl}}/slash
description: Sends a self destructing secret message
usage_hint: the password is hunter2
should_escape: false
oauth_config:
redirect_urls:
- {{(ds "data").baseUrl}}/auth/slack/callback
scopes:
user:
- identity.basic
- identity.team
- identity.email
bot:
- chat:write
- commands
- workflow.steps:execute
settings:
interactivity:
is_enabled: true
request_url: {{(ds "data").baseUrl}}/interactive
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false