Skip to content

Commit 66eecdc

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/09/21
1 parent c164dc3 commit 66eecdc

File tree

86 files changed

+360
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+360
-161
lines changed

events/app_deleted.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_deleted",
3+
"desc": "User has deleted an app.",
4+
"required_scope": "RTM"
5+
}

events/app_home_opened.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_home_opened",
3+
"desc": "User clicked into your App Home.",
4+
"required_scope": "RTM"
5+
}

events/app_installed.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_installed",
3+
"desc": "User has installed an app.",
4+
"required_scope": "RTM"
5+
}

events/app_mention.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_mention",
3+
"desc": "Subscribe to only the message events that mention your app or bot.",
4+
"required_scope": "RTM"
5+
}

events/app_rate_limited.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_rate_limited",
3+
"desc": "Indicates your app's event subscriptions are being rate limited.",
4+
"required_scope": "RTM"
5+
}

events/app_requested.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_requested",
3+
"desc": "User requested an app.",
4+
"required_scope": "RTM"
5+
}

events/app_uninstalled.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_uninstalled",
3+
"desc": "Your Slack app was uninstalled.",
4+
"required_scope": "RTM"
5+
}

events/app_uninstalled_team.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "app_uninstalled_team",
3+
"desc": "User has uninstalled an app.",
4+
"required_scope": "RTM"
5+
}

events/assistant_app_thread.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "assistant_app_thread",
3+
"desc": "The message sent is an app assistant thread..",
4+
"required_scope": "RTM"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "assistant_thread_context_changed",
3+
"desc": "The context changed while an AI assistant thread was visible.",
4+
"required_scope": "RTM"
5+
}

0 commit comments

Comments
 (0)