-
Notifications
You must be signed in to change notification settings - Fork 1
/
slackManifest.yml
47 lines (47 loc) · 1.3 KB
/
slackManifest.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
35
36
37
38
39
40
41
42
43
44
45
46
47
display_information:
name: Houston
features:
bot_user:
display_name: Houston
always_online: true
slash_commands:
- command: /confirm-for-invoices
url: https://d0ilzamq03.execute-api.us-east-2.amazonaws.com/Prod/slack/events
description: Solicit billable time confirmation
should_escape: false
- command: /confirm-weekly-hours
url: https://d0ilzamq03.execute-api.us-east-2.amazonaws.com/Prod/slack/events
description: Solicit weekly hours
usage_hint: "[YYYY-mm-dd] [YYYY-mm-dd]"
should_escape: false
oauth_config:
redirect_urls:
- https://d0ilzamq03.execute-api.us-east-2.amazonaws.com/Prod/slack/events
scopes:
bot:
- app_mentions:read
- channels:history
- channels:join
- chat:write
- commands
- im:history
- im:read
- im:write
- incoming-webhook
- mpim:history
- mpim:read
- mpim:write
- reactions:read
- chat:write.customize
settings:
event_subscriptions:
request_url: https://d0ilzamq03.execute-api.us-east-2.amazonaws.com/Prod/slack/events
bot_events:
- message.channels
- message.im
- message.mpim
- reaction_added
- reaction_removed
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false