You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Slackbot toolkit now includes only actions that work with bot tokens"
4
+
date: "2026-02-20"
5
+
---
6
+
7
+
**Toolkit version:**`20260223_00`
8
+
9
+
The Slackbot toolkit inherits actions from the Slack toolkit. Previously, it included all 155 actions — but many of these were admin-only endpoints (`admin.*`) that require user tokens and don't work with bot tokens.
10
+
11
+
We've filtered the action list down to **89 bot-compatible actions** — only actions whose Slack API endpoints are callable with a bot token.
12
+
13
+
### What Changed
14
+
15
+
| Category | Count |
16
+
|----------|-------|
17
+
| Bot-compatible actions (included) | 89 |
18
+
| Admin/non-bot actions (removed) | 62 |
19
+
| Triggers (unchanged) | 9 |
20
+
21
+
### Why This Matters
22
+
23
+
-**Actions that work**: Every action in the Slackbot toolkit now works with standard bot tokens
24
+
-**Clearer scope**: No more confusion about which actions require elevated permissions
25
+
-**All triggers kept**: Event-based triggers work with bot tokens and remain available
26
+
27
+
### Removed Actions
28
+
29
+
The following action categories were removed because they require user tokens or admin permissions:
30
+
31
+
-`admin.*` endpoints (workspace administration)
32
+
-`audit.*` endpoints (audit logs)
33
+
- SCIM endpoints (user provisioning)
34
+
35
+
If you need admin-level Slack functionality, use the full Slack toolkit with appropriate user token authentication.
0 commit comments