-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslack.json
More file actions
75 lines (75 loc) · 2.39 KB
/
Copy pathslack.json
File metadata and controls
75 lines (75 loc) · 2.39 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"display_information": {
"name": "EchoAccess",
"description": "Workplace accessibility companion — Huddle summaries, morning digests, thread simplification, idiom translation, and ambiguity resolution for every employee who needs them",
"background_color": "#0a3d62",
"long_description": "EchoAccess removes Slack communication barriers for Deaf/HoH employees, ADHD workers, non-native speakers, and those who process social ambiguity differently. Using Slack AI Huddle transcription, the Real-Time Search API, and Claude's multilingual language understanding, EchoAccess delivers five privacy-first accessibility features. All individual outputs are sent as private DMs — never posted in channels. Free forever for individuals."
},
"features": {
"bot_user": {
"display_name": "EchoAccess",
"always_online": true
},
"app_home": {
"home_tab_enabled": true,
"messages_tab_enabled": true
},
"slash_commands": [
{
"command": "/echo",
"url": "https://echoaccess-slack-agent.onrender.com/slack/events",
"description": "EchoAccess settings, catch-up, and commands",
"usage_hint": "[settings | catchup | help]",
"should_escape": false
}
]
},
"oauth_config": {
"redirect_urls": [
"https://echoaccess-slack-agent.onrender.com/slack/oauth_redirect"
],
"scopes": {
"bot": [
"reactions:read",
"channels:history",
"groups:history",
"channels:read",
"groups:read",
"chat:write",
"im:write",
"im:history",
"users:read",
"users:read.email",
"canvases:write",
"app_mentions:read",
"commands",
"search:read.public",
"search:read.users"
],
"user": [
"search:read.public",
"search:read.private"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://echoaccess-slack-agent.onrender.com/slack/events",
"bot_events": [
"reaction_added",
"app_mention",
"app_home_opened",
"message.channels",
"message.groups",
"app_uninstalled",
"tokens_revoked"
]
},
"socket_mode_enabled": false,
"org_deploy_enabled": false,
"interactivity": {
"is_enabled": true,
"request_url": "https://echoaccess-slack-agent.onrender.com/slack/events"
}
}
}