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
Copy file name to clipboardExpand all lines: toolkit-docs-generator/data/toolkits/slack.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1293,7 +1293,14 @@
1293
1293
}
1294
1294
}
1295
1295
],
1296
-
"documentationChunks": [],
1296
+
"documentationChunks": [
1297
+
{
1298
+
"type": "markdown",
1299
+
"location": "header",
1300
+
"position": "after",
1301
+
"content": "<Callout type=\"info\" title=\"Channel creation not supported\">\nManaging channels in Slack requires the `channels:manage` scope, which is only available with bot tokens. Arcade uses user tokens (the type of token Arcade supports), so creating new channels is not possible with this toolkit. You can invite users to an existing channel, but channel creation is not supported.\n</Callout>"
0 commit comments