-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslack-manifest-development.yml
56 lines (56 loc) · 1.47 KB
/
slack-manifest-development.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
48
49
50
51
52
53
54
55
56
{
"display_information": {
"name": "Block Insights (Development)"
},
"features": {
"bot_user": {
"display_name": "block-insights-development",
"always_online": false
},
"slash_commands": [
{
"command": "/crypto-alert",
"url": "https://meso-alert-development.eu.ngrok.io/api/slack/slash",
"description": "Configures alert for cryptocurrency",
"usage_hint": "[threshold in BTC]",
"should_escape": false
},
{
"command": "/pause-alerts",
"url": "https://meso-alert-development.eu.ngrok.io/api/slack/slash",
"description": "Pause active alerts for this channel",
"should_escape": false
},
{
"command": "/resume-alerts",
"url": "https://meso-alert-development.eu.ngrok.io/api/slack/slash",
"description": "Resume alerts for this channel",
"should_escape": false
}
]
},
"oauth_config": {
"redirect_urls": [
"https://meso-alert-development.eu.ngrok.io/api/slack/auth"
],
"scopes": {
"bot": [
"channels:read",
"chat:write",
"commands",
"chat:write.public"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://meso-alert-development.eu.ngrok.io/api/slack/events",
"bot_events": [
"channel_deleted"
]
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}