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
feat(slack): add conversations.create and conversations.invite tools (#3720)
* feat(slack): add conversations.create and conversations.invite tools
* fix(slack): address PR review comments on conversation tools
* feat(slack): wire create/invite conversation tools into Slack block
* lint
* fix(slack): rename channel output to channelInfo to avoid type collision
The block outputs already declare `channel` as type string (channel ID from
send operation). Rename the object output to `channelInfo` to match the
pattern used by get_channel_info and avoid [object Object] rendering.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs(slack): update output key in docs to match channelInfo rename
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(docs): fix lint errors in auto-generated docs files
Sort imports in icon-mapping.ts and add trailing newline to meta.json.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* lint
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/integrations/data/integrations.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9581,6 +9581,14 @@
9581
9581
"name": "Create Channel Canvas",
9582
9582
"description": "Create a canvas pinned to a Slack channel as its resource hub"
9583
9583
},
9584
+
{
9585
+
"name": "Create Conversation",
9586
+
"description": "Create a new public or private channel in a Slack workspace."
9587
+
},
9588
+
{
9589
+
"name": "Invite to Conversation",
9590
+
"description": "Invite one or more users to a Slack channel. Supports up to 100 users at a time."
9591
+
},
9584
9592
{
9585
9593
"name": "Open View",
9586
9594
"description": "Open a modal view in Slack using a trigger_id from an interaction payload. Used to display forms, confirmations, and other interactive modals."
0 commit comments