OXYGENOXYGEN
← All integrations
Slack logo

Slack

Send and read team messages.

CommunicationOAuth167 endpoints

Endpoints

OperationMethod & pathEffectLatencyRateCost
SLACK_ADD_CALL_PARTICIPANTS
Registers new participants added to a Slack call.
POST /composio/slack/slack_add_call_participantsexternal_sendmanaged
SLACK_ADD_EMOJI
Adds a custom emoji to a Slack workspace given a unique name and an image URL; subject to workspace emoji limits.
POST /composio/slack/slack_add_emojiexternal_sendmanaged
SLACK_ADD_EMOJI_ALIAS
Adds an alias for an existing custom emoji in a Slack Enterprise Grid organization.
POST /composio/slack/slack_add_emoji_aliasexternal_sendmanaged
SLACK_ADD_ENTERPRISE_USER_TO_WORKSPACE
Adds an Enterprise user to a workspace. Use when you need to assign an existing Enterprise Grid user to a specific workspace with optional guest restrictions.
POST /composio/slack/slack_add_enterprise_user_to_workspaceexternal_sendmanaged
SLACK_ADD_REACTION_TO_AN_ITEM
Adds a specified emoji reaction to an existing message in a Slack channel, identified by its timestamp; does not remove or retrieve reactions.
POST /composio/slack/slack_add_reaction_to_an_itemexternal_sendmanaged
SLACK_ADD_REMOTE_FILE
Adds a reference to an external file (e.g., Google Drive, Dropbox) to Slack for discovery and sharing, requiring a unique `external_id` and an `external_url` accessible by Slack.
POST /composio/slack/slack_add_remote_fileexternal_sendmanaged
SLACK_ADD_STAR
Stars a channel, file, file comment, or a specific message in Slack.
POST /composio/slack/slack_add_starexternal_sendmanaged
SLACK_ADMIN_CONVERSATIONS_SEARCH
Tool to search for public or private channels in an Enterprise organization. Use when you need to find channels by name, type, or other criteria within an Enterprise Grid workspace.
POST /composio/slack/slack_admin_conversations_searchexternal_sendmanaged
SLACK_API_TEST
Tool to check API calling code by testing connectivity and authentication to the Slack API. Use when you need to verify that API credentials are valid and the connection is working properly.
POST /composio/slack/slack_api_testexternal_sendmanaged
SLACK_ARCHIVE_CONVERSATION
Archives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.
POST /composio/slack/slack_archive_conversationexternal_sendmanaged
SLACK_ASSISTANT_SEARCH_CONTEXT
Search Slack messages, files, channels, and users via Real-time Search API. For queries referencing entities by name (users/channels/files), first resolve with content_types (users/channels/files) to get exact ID. If multiple matches, ask user to clarify before proceeding (e.g. ask for user email).
POST /composio/slack/slack_assistant_search_contextexternal_sendmanaged
SLACK_ASSISTANT_SEARCH_INFO
Check if semantic (AI-powered) search is available on the Slack workspace. Returns whether natural language queries will trigger semantic search in assistant.search.context calls.
POST /composio/slack/slack_assistant_search_infoexternal_sendmanaged
SLACK_CHAT_POST_MESSAGE
(DEPRECATED: use `SLACK_SEND_MESSAGE`) Posts a message to a Slack channel, DM, or private group; requires at least one content field (`markdown_text`, `text`, `blocks`, or `attachments`) — omitting all causes a `no_text` error. Fails with `not_in_channel`, `channel_not_found`, or `channel_is_archived` if the bot lacks access. Body limit ~4000 characters. Rate-limited at ~1 req/sec (HTTP 429, honor `Retry-After`). Not idempotent — duplicate calls post duplicate messages.
POST /composio/slack/slack_chat_post_messageexternal_sendmanaged
SLACK_CLOSE_DM
Closes a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
POST /composio/slack/slack_close_dmexternal_sendmanaged
SLACK_CONVERT_CHANNEL_TO_PRIVATE
Convert a public Slack channel to private using the Admin API. This is an Enterprise Grid only feature and requires an org-installed user token with admin.conversations:write scope.
POST /composio/slack/slack_convert_channel_to_privateexternal_sendmanaged
SLACK_CREATE_A_REMINDER
Creates a Slack reminder with specified text and time; time accepts Unix timestamps, seconds from now, or natural language (e.g., 'in 15 minutes', 'every Thursday at 2pm').
POST /composio/slack/slack_create_a_reminderexternal_sendmanaged
SLACK_CREATE_CANVAS
Creates a new Slack Canvas with the specified title and optional content.
POST /composio/slack/slack_create_canvasexternal_sendmanaged
SLACK_CREATE_CHANNEL
Initiates a public or private channel-based conversation in a Slack workspace. Immediately creates the channel; invoke only after explicit user confirmation.
POST /composio/slack/slack_create_channelexternal_sendmanaged
SLACK_CREATE_CHANNEL_BASED_CONVERSATION
Creates a new public or private Slack channel with a unique name; the channel can be org-wide, or team-specific if `team_id` is given (required if `org_wide` is false or not provided).
POST /composio/slack/slack_create_channel_based_conversationexternal_sendmanaged
SLACK_CREATE_ENTERPRISE_TEAM
Tool to create an Enterprise team in Slack. Use when you need to create a new team (workspace) within an Enterprise Grid organization. Requires admin.teams:write scope.
POST /composio/slack/slack_create_enterprise_teamexternal_sendmanaged
SLACK_CREATE_SLACK_LIST
Creates a new Slack List via `slackLists.create`. Provide a `name` and, optionally, a `description_blocks` description and a `schema` of typed columns. You can instead copy an existing List's structure with `copy_from_list_id` (and its rows via `include_copied_list_records`), or enable task-tracking columns with `todo_mode`. Returns the new List's `list_id`. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_create_slack_listexternal_sendmanaged
SLACK_CREATE_SLACK_LIST_ITEM
Creates a new item (row) in a Slack List via `slackLists.items.create`. Set initial cell values with `initial_fields`; text columns require Block Kit `rich_text` (a plain string is wrapped automatically). Optionally duplicate an existing row with `duplicated_item_id` or create a subtask with `parent_item_id`. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_create_slack_list_itemexternal_sendmanaged
SLACK_CREATE_USER_GROUP
Creates a new User Group (often referred to as a subteam) in a Slack workspace.
POST /composio/slack/slack_create_user_groupexternal_sendmanaged
SLACK_CUSTOMIZE_URL_UNFURL
Customizes URL previews (unfurling) in a specific Slack message using a URL-encoded JSON in `unfurls` to define custom content or remove existing previews.
POST /composio/slack/slack_customize_url_unfurlexternal_sendmanaged
SLACK_DELETE_CANVAS
Deletes a Slack Canvas permanently and irreversibly. Always confirm with the user before calling this tool.
POST /composio/slack/slack_delete_canvasexternal_sendmanaged
SLACK_DELETE_CHANNEL
Permanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a Slack Enterprise Grid organization.
POST /composio/slack/slack_delete_channelexternal_sendmanaged
SLACK_DELETE_FILE
Permanently deletes an existing file from a Slack workspace using its unique file ID; this action is irreversible and also removes any associated comments or shares.
POST /composio/slack/slack_delete_fileexternal_sendmanaged
SLACK_DELETE_FILE_COMMENT
Deletes a specific comment from a file in Slack; this action is irreversible.
POST /composio/slack/slack_delete_file_commentexternal_sendmanaged
SLACK_DELETE_MULTIPLE_SLACK_LIST_ITEMS
Deletes several items (rows) from a Slack List in one call via `slackLists.items.deleteMultiple`. This operation is ALL-OR-NOTHING: Slack returns a single `{"ok": true}` on success or `{"ok": false, "error": ...}` on failure, with NO per-item result array, so partial state cannot be reported. On failure, treat the whole batch as not deleted and retry the entire batch. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_delete_multiple_slack_list_itemsexternal_sendmanaged
SLACK_DELETE_REMINDER
Deletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.
POST /composio/slack/slack_delete_reminderexternal_sendmanaged
SLACK_DELETES_A_MESSAGE_FROM_A_CHAT
Deletes a message, identified by its channel ID and timestamp, from a Slack channel, private group, or direct message conversation; the authenticated user or bot must be the original poster.
POST /composio/slack/slack_deletes_a_message_from_a_chatexternal_sendmanaged
SLACK_DELETE_SCHEDULED_MESSAGE
Deletes a pending, unsent scheduled message from the specified Slack channel, identified by its `scheduled_message_id`.
POST /composio/slack/slack_delete_scheduled_messageexternal_sendmanaged
SLACK_DELETE_SLACK_LIST_ACCESS
Revokes sharing access on a Slack List via `slackLists.access.delete`. Provide the `list_id` and EXACTLY ONE of `channel_ids` or `user_ids` (they are mutually exclusive) to remove access for those channels or users. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_delete_slack_list_accessexternal_sendmanaged
SLACK_DELETE_SLACK_LIST_ITEM
Deletes an item (row) from a Slack List via `slackLists.items.delete`. Identify the List with `list_id` and the row to remove with `id`. Deletion is permanent and cannot be undone. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_delete_slack_list_itemexternal_sendmanaged
SLACK_DELETE_USER_PROFILE_PHOTO
Deletes the Slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.
POST /composio/slack/slack_delete_user_profile_photoexternal_sendmanaged
SLACK_DISABLE_USER_GROUP
Disables a specified, currently enabled Slack User Group by its unique ID, effectively archiving it by setting its 'date_delete' timestamp; the group is not permanently deleted and can be re-enabled.
POST /composio/slack/slack_disable_user_groupexternal_sendmanaged
SLACK_DOWNLOAD_SLACK_FILE
Tool to download Slack file content and convert it to a publicly accessible URL. Use when you need to retrieve and download files that have been shared in Slack channels or conversations.
POST /composio/slack/slack_download_slack_fileexternal_sendmanaged
SLACK_EDIT_CANVAS
Edits a Slack Canvas with granular control over content placement. Supports replace, insert (before/after/start/end) operations for flexible content management.
POST /composio/slack/slack_edit_canvasexternal_sendmanaged
SLACK_ENABLE_PUBLIC_SHARING_OF_A_FILE
Enables public sharing for an existing Slack file by generating a publicly accessible URL; this action does not create new files. Once enabled, the file is accessible to anyone with the URL — verify intent before sharing sensitive or confidential files.
POST /composio/slack/slack_enable_public_sharing_of_a_fileexternal_sendmanaged
SLACK_ENABLE_USER_GROUP
Enables a disabled User Group in Slack using its ID, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.
POST /composio/slack/slack_enable_user_groupexternal_sendmanaged
SLACK_END_CALL
Ends an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.
POST /composio/slack/slack_end_callexternal_sendmanaged
SLACK_END_DND
Ends the authenticated user's current Do Not Disturb (DND) session in Slack, affecting only DND status and making them available; if DND is not active, Slack acknowledges the request without changing status.
POST /composio/slack/slack_end_dndexternal_sendmanaged
SLACK_END_SNOOZE
Ends the current user's snooze mode immediately.
POST /composio/slack/slack_end_snoozeexternal_sendmanaged
SLACK_FETCH_CONVERSATION_HISTORY
Fetches a chronological list of messages and events from a specified Slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering. IMPORTANT LIMITATION: This action only returns messages from the main channel timeline. Threaded replies are NOT returned by this endpoint. To retrieve threaded replies, use the SLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION action (conversations.replies API) instead. The oldest/latest timestamp filters work reliably for filtering the main channel timeline, but cannot be used to retrieve individual threaded replies - even if you know the exact reply timestamp, setting oldest=latest to that timestamp will return an empty messages array. To get threaded replies: 1. Use this action to get parent messages (which include thread_ts, reply_count, latest_reply fields) 2. Use SLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION with the parent's thread_ts to fetch all replies in that thread
GET /composio/slack/slack_fetch_conversation_historynonemanaged
SLACK_FETCH_ITEM_REACTIONS
Fetches reactions for a Slack message, file, or file comment. Exactly one identifier path must be provided: `channel`+`timestamp`, `file`, or `file_comment`. Mixing identifiers (e.g., providing both `channel`+`timestamp` and `file`) causes errors. If the response omits the `reactions` field, the item has zero reactions.
GET /composio/slack/slack_fetch_item_reactionsnonemanaged
SLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION
Retrieves replies to a specific parent message in a Slack conversation, using the channel ID and the parent message's timestamp (`ts`). Note: The parent message in the response contains metadata (reply_count, reply_users, latest_reply) that indicates expected thread activity. If the returned messages array contains fewer replies than reply_count indicates, check: (1) has_more=true means pagination is needed, (2) recently posted replies may have timing delays, (3) some replies may be filtered by permissions or deleted. The composio_execution_message field will warn about any detected mismatches.
GET /composio/slack/slack_fetch_message_thread_from_a_conversationnonemanaged
SLACK_FETCH_TEAM_INFO
Fetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.
GET /composio/slack/slack_fetch_team_infononemanaged
SLACK_FIND_CHANNELS
Find channels in a Slack workspace by any criteria - name, topic, purpose, or description. Returns channel IDs (C*/G* prefixed) required by most Slack tools — always resolve names to IDs here before passing to other tools. NOTE: This action searches channels and conversations visible to the authenticated user. Empty results may indicate: - No channels match the search query in name, topic, or purpose - The target private channel or DM is not accessible to the authenticated user because they are not a member - The connection lacks required read scopes (channels:read, groups:read, im:read, mpim:read). If empty, retry with exact_match=false or exclude_archived=false to avoid false negatives. In large workspaces, paginate using next_cursor to avoid missing matches. Check 'composio_execution_message' and 'total_channels_searched' in the response for details.
GET /composio/slack/slack_find_channelsnonemanaged
SLACK_FIND_USER_BY_EMAIL_ADDRESS
Retrieves the Slack user object for an active user by their registered email address; requires the users:read.email OAuth scope. Fails with 'users_not_found' if the email is unregistered, the user is inactive, the account is a guest, or the email is hidden by workspace privacy settings.
GET /composio/slack/slack_find_user_by_email_addressnonemanaged
SLACK_FIND_USERS
Find users in a Slack workspace by any criteria - email, name, display name, or other text. Includes optimized email lookup for exact email matches. Zero results may reflect email visibility restrictions or workspace policies, not global absence. Repeated calls may trigger HTTP 429; honor the Retry-After header.
GET /composio/slack/slack_find_usersnonemanaged
SLACK_GET_APP_PERMISSION_SCOPES
DEPRECATED: Use SLACK_TEST_AUTH instead. Preflight a Slack token by calling auth.test and returning the token's currently granted OAuth scopes (from response headers) to detect missing permissions before attempting admin actions. Use when you need to verify token capabilities or check for specific scopes before making API calls that require elevated permissions.
GET /composio/slack/slack_get_app_permission_scopesnonemanaged
SLACK_GET_AUDIT_ACTION_TYPES
Tool to retrieve information about action types available in the Slack Audit Logs API. Use when you need to know which action types can be used to filter audit logs or understand the categories of auditable actions in Slack.
GET /composio/slack/slack_get_audit_action_typesnonemanaged
SLACK_GET_AUDIT_SCHEMAS
Tool to retrieve object schema information from the Slack Audit Logs API. Use when you need to understand the types of objects returned by audit log endpoints. Returns a list of all object types with descriptions.
GET /composio/slack/slack_get_audit_schemasnonemanaged
SLACK_GET_BOT_USER
Fetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.
GET /composio/slack/slack_get_bot_usernonemanaged
SLACK_GET_CALL_INFO
Retrieves a point-in-time snapshot of a specific Slack call's information.
GET /composio/slack/slack_get_call_infononemanaged
SLACK_GET_CANVAS
DEPRECATED: Use SLACK_RETRIEVE_DETAILED_INFORMATION_ABOUT_A_FILE instead. Retrieves a specific Slack Canvas by its ID, including its content and metadata.
GET /composio/slack/slack_get_canvasnonemanaged
SLACK_GET_CHANNEL_CONVERSATION_PREFERENCES
Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.
GET /composio/slack/slack_get_channel_conversation_preferencesnonemanaged
SLACK_GET_REMINDER
Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.
GET /composio/slack/slack_get_remindernonemanaged
SLACK_GET_REMOTE_FILE
Retrieve information about a remote file added to Slack via the files.remote API. Does not work for standard Slack-hosted file uploads.
GET /composio/slack/slack_get_remote_filenonemanaged
SLACK_GET_SLACK_LIST_ITEM
Fetches a single item (row) from a Slack List via `slackLists.items.info`. Returns the row's `column_id`-keyed typed values along with metadata about the parent List. Set `include_is_subscribed` to also report whether the calling user is subscribed to the row. Requires a user token with the `lists:read` scope.
GET /composio/slack/slack_get_slack_list_itemnonemanaged
SLACK_GET_TEAM_PROFILE
Retrieves all profile field definitions for a Slack team, optionally filtered by visibility, to understand the team's profile structure.
GET /composio/slack/slack_get_team_profilenonemanaged
SLACK_GET_UNREAD_MESSAGES_FROM_USER
Retrieves unread direct messages from a specific user by opening their DM conversation, checking for unread messages, and fetching message history since the last read timestamp. Use this action when you need to check if a specific user has sent unread direct messages to the authenticated user, or when monitoring incoming DMs from particular users. Returns an empty messages array if there are no unread messages from the specified user. Note: This action only works for direct messages (DMs), not channel messages or group conversations.
GET /composio/slack/slack_get_unread_messages_from_usernonemanaged
SLACK_GET_USER_DND_STATUS
Retrieves a user's current Do Not Disturb status.
GET /composio/slack/slack_get_user_dnd_statusnonemanaged
SLACK_GET_USER_PRESENCE
Retrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.
GET /composio/slack/slack_get_user_presencenonemanaged
SLACK_GET_WORKSPACE_CONNECTIONS_FOR_CHANNEL
Tool to get all workspaces a channel is connected to within an Enterprise org. Use when you need to determine which workspaces have access to a specific public or private channel in an Enterprise Grid organization.
GET /composio/slack/slack_get_workspace_connections_for_channelnonemanaged
SLACK_GET_WORKSPACE_SETTINGS
Retrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.
GET /composio/slack/slack_get_workspace_settingsnonemanaged
SLACK_INVITE_USERS_TO_A_SLACK_CHANNEL
Invites users to an existing Slack channel using their valid Slack User IDs. Response is always HTTP 200; inspect `ok`, `error`, and `errors` fields to confirm users were added.
POST /composio/slack/slack_invite_users_to_a_slack_channelexternal_sendmanaged
SLACK_INVITE_USER_TO_CHANNEL
Invites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.
POST /composio/slack/slack_invite_user_to_channelexternal_sendmanaged
SLACK_INVITE_USER_TO_WORKSPACE
Invites a user to a Slack workspace and specified channels by email; use `resend=True` to re-process an existing invitation for a user not yet signed up.
POST /composio/slack/slack_invite_user_to_workspaceexternal_sendmanaged
SLACK_JOIN_AN_EXISTING_CONVERSATION
Joins an existing Slack conversation (public channel, private channel, or multi-person direct message) by its ID, if the authenticated user has permission. Joining an already-joined channel returns a non-fatal no-op response. Private or restricted channel joins may fail with a permission error.
POST /composio/slack/slack_join_an_existing_conversationexternal_sendmanaged
SLACK_LEAVE_A_CONVERSATION
(DEPRECATED: use `SLACK_LEAVE_CONVERSATION`) Leaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.
POST /composio/slack/slack_leave_a_conversationexternal_sendmanaged
SLACK_LEAVE_CONVERSATION
Leaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.
POST /composio/slack/slack_leave_conversationexternal_sendmanaged
SLACK_LIST_ADMIN_APPS_APPROVED
Tool to list approved apps for an Enterprise Grid organization or workspace. Use when you need to retrieve the list of apps that have been approved for installation by workspace admins. Requires admin.apps:read scope and a user token from an org owner/admin context.
GET /composio/slack/slack_list_admin_apps_approvednonemanaged
SLACK_LIST_ADMIN_APPS_REQUESTS
Tool to list pending app installation requests for a team/workspace. Use when you need to see which apps users have requested to install that haven't yet been approved or denied. Requires Enterprise Grid or Business+ plan with admin.apps:read scope.
GET /composio/slack/slack_list_admin_apps_requestsnonemanaged
SLACK_LIST_ADMIN_EMOJI
List custom emoji across an Enterprise Grid organization. Use when you need to retrieve all custom emoji for an entire Enterprise Grid org (not just a single workspace). Requires admin.teams:read scope and an admin token. For single workspace emoji, use the regular emoji.list method instead.
GET /composio/slack/slack_list_admin_emojinonemanaged
SLACK_LIST_ALL_CHANNELS
Lists conversations available to the user with various filters and search options. Always use resolved `channel_id` (not display names) for downstream operations, as names may be non-unique. The `created` field in results is a Unix epoch timestamp (UTC). Pagination across large workspaces may return HTTP 429 with a `Retry-After` header; honor the delay and resume from the last successful cursor.
GET /composio/slack/slack_list_all_channelsnonemanaged
SLACK_LIST_ALL_USERS
Retrieves a paginated list of all users with profile details, status, and team memberships in a Slack workspace; data may not be real-time. Filter response fields `is_bot`, `is_app_user`, and `deleted` to build human-only rosters. Profile fields like `email` and `phone` may be absent depending on OAuth scopes and workspace privacy settings. Guest/restricted accounts may be omitted based on scopes—do not treat results as a complete directory. High-frequency calls risk HTTP 429; honor the `Retry-After` header and throttle to ~1–2 requests/second. Use stable user IDs rather than display names for mapping. Prefer SLACK_FIND_USERS for targeted lookups; cache results to avoid full-workspace fetches.
GET /composio/slack/slack_list_all_usersnonemanaged
SLACK_LIST_APPROVED_WORKSPACE_INVITE_REQUESTS
List all approved workspace invite requests with pagination support. Use to review which invite requests have been approved and the details of each approval. Requires admin.invites:read scope and Enterprise Grid organization.
GET /composio/slack/slack_list_approved_workspace_invite_requestsnonemanaged
SLACK_LIST_AUTH_TEAMS
Obtains a paginated list of workspaces your org-wide app has been approved for. Use when you need to discover all workspaces within an organization where the app is installed.
GET /composio/slack/slack_list_auth_teamsnonemanaged
SLACK_LIST_AVAILABLE_WORKSPACES
List Slack workspaces where both the connection and target user have access. Returns each workspace's team_id and name. Use this when: (1) the user references a workspace by name, (2) a user-specific tool requires team_id and you don't have one, or (3) a user-specific call fails with a team/workspace access error. Match the user's workspace name to a team_id from the results and pass that team_id to subsequent tools. If the name matches zero or multiple workspaces, ask the user to clarify. Only meaningful for org-level installs; single-workspace connections return the workspace only if the specified user's membership is visible to this token.
GET /composio/slack/slack_list_available_workspacesnonemanaged
SLACK_LIST_CANVASES
DEPRECATED: Use SLACK_LIST_FILES_WITH_FILTERS_IN_SLACK instead (pass types="canvas" for equivalent behavior). Lists Slack Canvases with filtering by channel, user, timestamp, and page-based pagination. Uses Slack's files.list API with types=canvas filter. Only canvases accessible to the authenticated app are returned; missing canvases indicate permissions restrictions, not empty data. Use `paging.pages` in the response to determine total pages; iterate `page` with `count` to retrieve all results. Known limitations: - The 'user' filter may return canvases accessible to the specified user, not just canvases they created. - The 'ts_from' and 'ts_to' timestamp filters may not work reliably for canvas types. Consider client-side filtering on the 'created' field in the response if precise date filtering is required.
GET /composio/slack/slack_list_canvasesnonemanaged
SLACK_LIST_CONVERSATIONS
List conversations (channels/DMs) accessible to a specified user (or the authenticated user if no user ID is provided), respecting shared membership for non-public channels. Returns conversation IDs (C* for channels, G* for group DMs), not display names. Absence of private channels, DMs, or MPIMs from results indicates token scope or membership limits, not that the conversation is nonexistent.
GET /composio/slack/slack_list_conversationsnonemanaged
SLACK_LIST_CUSTOM_EMOJIS
Retrieves all custom emojis for the Slack workspace (image URLs or aliases), not standard Unicode emojis; does not include usage statistics or creation dates.
GET /composio/slack/slack_list_custom_emojisnonemanaged
SLACK_LIST_DENIED_WORKSPACE_INVITE_REQUESTS
Tool to list all denied workspace invite requests with details about who denied them and when. Use when you need to review or audit denied invitation requests.
GET /composio/slack/slack_list_denied_workspace_invite_requestsnonemanaged
SLACK_LIST_ENTERPRISE_TEAMS
List all teams (workspaces) in a Slack Enterprise Grid organization with pagination support. Use when you need to retrieve team IDs, names, domains, and metadata for all workspaces in an Enterprise. Requires admin.teams:read scope and Enterprise Grid organization.
GET /composio/slack/slack_list_enterprise_teamsnonemanaged
SLACK_LIST_FILES_WITH_FILTERS_IN_SLACK
Lists files and their metadata within a Slack workspace, filterable by user, channel, timestamp, or type; returns metadata only, not file content. Results are limited to files visible to the authenticated user — files in private channels or restricted to certain members require appropriate membership and permissions. For large workspaces, check `paging.pages` in the response to determine total pages when paginating.
GET /composio/slack/slack_list_files_with_filters_in_slacknonemanaged
SLACK_LIST_IDP_GROUPS_LINKED_TO_CHANNEL
Lists IDP groups that have restricted access to a private Slack channel. Use when you need to see which identity provider groups can access a specific channel.
GET /composio/slack/slack_list_idp_groups_linked_to_channelnonemanaged
SLACK_LIST_PENDING_WORKSPACE_INVITE_REQUESTS
Tool to list all pending workspace invite requests. Use when you need to see who has been invited but hasn't joined yet. Requires admin.invites:read scope.
GET /composio/slack/slack_list_pending_workspace_invite_requestsnonemanaged
SLACK_LIST_PINNED_ITEMS
Retrieves all messages and files pinned to a specified channel; the caller must have access to this channel.
GET /composio/slack/slack_list_pinned_itemsnonemanaged
SLACK_LIST_REMINDERS
Lists all reminders with their details for the authenticated Slack user; returns an empty array if no reminders exist (valid state, not an error). Reminder text is not unique—perform client-side matching on returned objects before extracting a reminder ID for use with SLACK_DELETE_A_SLACK_REMINDER.
GET /composio/slack/slack_list_remindersnonemanaged
SLACK_LIST_REMOTE_FILES
Retrieve information about a team's remote files.
GET /composio/slack/slack_list_remote_filesnonemanaged
SLACK_LIST_RESTRICTED_APPS
Tool to list restricted apps for an org or workspace. Use when you need to view apps that have been restricted from installation. Requires admin.apps:read scope and appropriate admin permissions.
GET /composio/slack/slack_list_restricted_appsnonemanaged
SLACK_LIST_SCHEDULED_MESSAGES
Retrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel, or across all accessible channels if no channel ID is provided, optionally filtered by time and paginated.
GET /composio/slack/slack_list_scheduled_messagesnonemanaged
SLACK_LIST_SLACK_LIST_ITEMS
Lists the rows (items) in a Slack List via `slackLists.items.list`. Each row exposes `column_id`-keyed typed values (e.g. `rich_text`, `select`, `user`, `date`, `number`); the legacy `key`/`value` fields are deprecated. Results are cursor-paginated—you must paginate using `response_metadata.next_cursor` until it is empty, or rows are silently truncated to the first page. Set `archived=true` to return archived rows instead of active ones. Requires a user token with the `lists:read` scope.
GET /composio/slack/slack_list_slack_list_itemsnonemanaged
SLACK_LIST_STARRED_ITEMS
Lists items starred by a user. Returns classic starred items only — does not reflect Slack's 'saved for later' feature. Use SLACK_SEARCH_MESSAGES or SLACK_SEARCH_ALL for broader saved-content queries.
GET /composio/slack/slack_list_starred_itemsnonemanaged
SLACK_LIST_UNREAD_CHANNEL_MESSAGES
Lists all unread messages in a specified Slack channel for the authenticated user. This action fetches messages that have been posted since the user's last read position in the channel. Use this action when you need to retrieve messages the user hasn't seen yet. The action determines the user's read position and returns all messages posted after that timestamp. Note: This only returns messages from the main channel timeline, not threaded replies. For threaded replies, use SLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATION.
GET /composio/slack/slack_list_unread_channel_messagesnonemanaged
SLACK_LIST_USER_GROUP_MEMBERS
Retrieves a list of all user IDs within a specified Slack user group, with an option to include users from disabled groups.
GET /composio/slack/slack_list_user_group_membersnonemanaged
SLACK_LIST_USER_GROUPS
Lists user groups in a Slack workspace, including user-created and default groups; results for large workspaces may be paginated.
GET /composio/slack/slack_list_user_groupsnonemanaged
SLACK_LIST_USER_REACTIONS
Lists all reactions added by a specific user to messages, files, or file comments in Slack, useful for engagement analysis when the item content itself is not required. Results are paginated; check `response_metadata.next_cursor` and iterate with the `cursor` parameter to retrieve complete reaction history.
GET /composio/slack/slack_list_user_reactionsnonemanaged
SLACK_LIST_WORKSPACE_ADMINS
Tool to list all admins on a given Slack workspace. Use when you need to identify workspace administrators. Requires Enterprise Grid organization and admin.teams:read scope.
GET /composio/slack/slack_list_workspace_adminsnonemanaged
SLACK_LIST_WORKSPACE_OWNERS
Tool to list all owners on a given Slack workspace. Use when you need to identify workspace ownership or admin structure. Requires admin.teams:read scope.
GET /composio/slack/slack_list_workspace_ownersnonemanaged
SLACK_LIST_WORKSPACE_USERS
Retrieves a paginated list of admin users for a specified Slack workspace.
GET /composio/slack/slack_list_workspace_usersnonemanaged
SLACK_LOOKUP_CANVAS_SECTIONS
Looks up section IDs in a Slack Canvas for use with targeted edit operations. Section IDs are needed for insert_after, insert_before, delete, and section-specific replace operations.
GET /composio/slack/slack_lookup_canvas_sectionsnonemanaged
SLACK_MANUALLY_SET_USER_PRESENCE
(DEPRECATED: use `SLACK_SET_USER_PRESENCE`) Manually sets a user's Slack presence, overriding automatic detection; this setting persists across connections but can be overridden by user actions or Slack's auto-away (e.g., after 10 mins of inactivity).
POST /composio/slack/slack_manually_set_user_presenceexternal_sendmanaged
SLACK_OPEN_DM
Opens or resumes a Slack direct message (DM) or multi-person direct message (MPIM) by providing either user IDs or an existing channel ID. Returns `already_open=true` when the DM exists — treat as success and reuse the returned `channel.id` (starts with 'D') for subsequent SLACK_SEND_MESSAGE calls; passing a username, email, or user ID directly to SLACK_SEND_MESSAGE causes `channel_not_found`. Avoid redundant calls when an existing DM channel ID is available.
POST /composio/slack/slack_open_dmexternal_sendmanaged
SLACK_PIN_ITEM
Pins a message to a specified Slack channel; the message must not already be pinned.
POST /composio/slack/slack_pin_itemexternal_sendmanaged
SLACK_READ_AUDIT_LOGS
Read Slack Enterprise Grid Audit Logs (logins, admin changes, app installs, channel/privacy changes, etc.) with server-side filters and pagination. Requires Enterprise Grid organization with auditlogs:read scope and a user token (xoxp-...) from an owner/admin context.
GET /composio/slack/slack_read_audit_logsnonemanaged
SLACK_REMOVE_CALL_PARTICIPANTS
Registers participants removed from a Slack call.
POST /composio/slack/slack_remove_call_participantsexternal_sendmanaged
SLACK_REMOVE_EMOJI
Tool to remove a custom emoji across an Enterprise Grid organization. Use when you need to delete a custom emoji from the entire organization.
POST /composio/slack/slack_remove_emojiexternal_sendmanaged
SLACK_REMOVE_REACTION_FROM_ITEM
Removes an emoji reaction from a message, file, or file comment in Slack. Provide exactly one targeting method: channel+timestamp together, file, or file_comment. Mixing methods or omitting all returns invalid_arguments.
POST /composio/slack/slack_remove_reaction_from_itemexternal_sendmanaged
SLACK_REMOVE_REMOTE_FILE
Removes the Slack reference to an external file (which must have been previously added via the remote files API), specified by either its `external_id` or `file` ID (one of which is required), without deleting the actual external file.
POST /composio/slack/slack_remove_remote_fileexternal_sendmanaged
SLACK_REMOVE_STAR
Removes a star from a previously starred Slack item (message, file, file comment, channel, group, or DM), requiring identification via `file`, `file_comment`, `channel` (for channel/group/DM), or both `channel` and `timestamp` (for a message).
POST /composio/slack/slack_remove_starexternal_sendmanaged
SLACK_REMOVE_USER_FROM_CONVERSATION
Removes a specified user from a Slack conversation (channel); the caller must have permissions to remove users and cannot remove themselves using this action.
POST /composio/slack/slack_remove_user_from_conversationexternal_sendmanaged
SLACK_REMOVE_USER_FROM_WORKSPACE
Tool to remove a user from a Slack workspace. Use when you need to revoke a user's access to a workspace.
POST /composio/slack/slack_remove_user_from_workspaceexternal_sendmanaged
SLACK_RENAME_CONVERSATION
Renames a Slack channel, automatically adjusting the new name to meet naming conventions (e.g., converting to lowercase), which may affect integrations using the old name.
POST /composio/slack/slack_rename_conversationexternal_sendmanaged
SLACK_RENAME_EMOJI
Renames an existing custom emoji in a Slack workspace, updating all its instances.
POST /composio/slack/slack_rename_emojiexternal_sendmanaged
SLACK_RESET_USER_SESSIONS
Tool to wipe all valid sessions on all devices for a given user. Use when you need to force a user to re-authenticate due to security concerns or account changes.
POST /composio/slack/slack_reset_user_sessionsexternal_sendmanaged
SLACK_RESTRICT_APP_INSTALLATION
Restrict an app for installation on a workspace. Use when you need to prevent an app from being installed on a specific workspace or enterprise organization.
POST /composio/slack/slack_restrict_app_installationexternal_sendmanaged
SLACK_RETRIEVE_A_USER_S_IDENTITY_DETAILS
Retrieves the authenticated user's and their team's identity, with details varying based on OAuth scopes (e.g., `identity.basic`, `identity.email`, `identity.avatar`).
POST /composio/slack/slack_retrieve_a_user_s_identity_detailsexternal_sendmanaged
SLACK_RETRIEVE_CONVERSATION_INFORMATION
Retrieves metadata for a Slack conversation by ID (e.g., name, purpose, creation date, with options for member count/locale), excluding message content. The `channel` parameter is effectively required. Private channels, DMs, or channels where the app lacks membership may return restricted data; check `is_archived` and `is_member` fields in the response to diagnose access issues. Bulk lookups may trigger HTTP 429 rate limiting; honor the `Retry-After` response header.
POST /composio/slack/slack_retrieve_conversation_informationexternal_sendmanaged
SLACK_RETRIEVE_CONVERSATION_MEMBERS_LIST
Retrieves a paginated list of active member IDs (not names, emails, or presence) for a specified Slack public channel, private channel, DM, or MPIM. Returns only user IDs; use a user-lookup tool to enrich member data.
POST /composio/slack/slack_retrieve_conversation_members_listexternal_sendmanaged
SLACK_RETRIEVE_CURRENT_USER_DND_STATUS
Retrieves a Slack user's current Do Not Disturb (DND) status to determine their availability before interaction; any specified user ID must be a valid Slack user ID.
POST /composio/slack/slack_retrieve_current_user_dnd_statusexternal_sendmanaged
SLACK_RETRIEVE_DETAILED_INFORMATION_ABOUT_A_FILE
Retrieves detailed metadata and paginated comments for a specific Slack file ID; does not download file content.
POST /composio/slack/slack_retrieve_detailed_information_about_a_fileexternal_sendmanaged
SLACK_RETRIEVE_DETAILED_USER_INFORMATION
Retrieves comprehensive information for a valid Slack user ID, excluding message history and channel memberships. Sensitive fields like `email` and `phone` require the `users:read.email` scope and may be silently omitted based on workspace privacy policies.
POST /composio/slack/slack_retrieve_detailed_user_informationexternal_sendmanaged
SLACK_RETRIEVE_MESSAGE_PERMALINK_URL
Retrieves a permalink URL for a specific message in a Slack channel or conversation; the permalink respects Slack's privacy settings.
POST /composio/slack/slack_retrieve_message_permalink_urlexternal_sendmanaged
SLACK_RETRIEVE_USER_PROFILE_INFORMATION
Retrieves profile information for a specified Slack user (defaults to the authenticated user if `user` ID is omitted); a provided `user` ID must be valid. Sensitive fields like email and phone may be silently omitted if required scopes (e.g., `users:read.email`) are not granted or workspace privacy policies restrict access.
POST /composio/slack/slack_retrieve_user_profile_informationexternal_sendmanaged
SLACK_REVOKE_FILE_PUBLIC_SHARING
Revokes a Slack file's public URL, making it private; this is a no-op if not already public and is irreversible.
POST /composio/slack/slack_revoke_file_public_sharingexternal_sendmanaged
SLACK_RTM_CONNECT
Starts a Real Time Messaging session and returns a WebSocket URL. Use when you need to establish a persistent RTM connection to receive real-time events from Slack.
POST /composio/slack/slack_rtm_connectexternal_sendmanaged
SLACK_RTM_START
Starts a Real Time Messaging API session for Slack. Use when you need to establish an RTM connection with additional options beyond rtm.connect. Note: RTM API is deprecated; consider Socket Mode for new apps.
POST /composio/slack/slack_rtm_startexternal_sendmanaged
SLACK_SCHEDULE_MESSAGE
Schedules a message to a Slack channel, DM, or private group for a future time (`post_at`), requiring `text`, `blocks`, or `attachments` for content; scheduling is limited to 120 days in advance.
POST /composio/slack/slack_schedule_messageexternal_sendmanaged
SLACK_SCIM_GET_CONFIG
Tool to retrieve SCIM service provider configuration from Slack. Use when you need to discover Slack's SCIM API capabilities including supported authentication schemes, bulk operations, filtering, and other service provider features.
POST /composio/slack/slack_scim_get_configexternal_sendmanaged
SLACK_SEARCH_ALL
Tool to search all messages and files. Use when you need unified content search across channels and files in one call. Results are scoped to content visible to the authenticated token; missing hits in private or restricted channels reflect permission/membership gaps. Response separates messages and files into distinct sections — explicitly read the files section for document results. Results are index-based and may lag several minutes behind real-time; use SLACK_FETCH_CONVERSATION_HISTORY for near-real-time per-channel coverage. Paginated searches exceeding ~1 req/sec may return HTTP 429 too_many_requests; honor the Retry-After header and resume from the last page.
GET /composio/slack/slack_search_allnonemanaged
SLACK_SEARCH_MESSAGES
Workspace‑wide Slack message search with date ranges and filters. Use `query` modifiers (e.g., in:#channel, from:@user, before/after:YYYY-MM-DD), sorting (score/timestamp), and pagination.
GET /composio/slack/slack_search_messagesnonemanaged
SLACK_SEND_EPHEMERAL_MESSAGE
Sends an ephemeral message visible only to the specified `user` in a channel; other channel members cannot see it. Both the bot and the target user must be members of the specified channel.
POST /composio/slack/slack_send_ephemeral_messageexternal_sendmanaged
SLACK_SEND_ME_MESSAGE
Sends a 'me message' (e.g., '/me is typing') to a Slack channel, where it's displayed as a third-person user action; messages are plain text and the channel must exist and be accessible.
POST /composio/slack/slack_send_me_messageexternal_sendmanaged
SLACK_SEND_MESSAGE
Posts a message to a Slack channel, DM, or private group. Provide exactly one visible content mode: `markdown_text` for normal Markdown content, or `blocks` for raw Slack Block Kit layouts. Use `fallback_text` only with `blocks`; it maps to Slack's top-level `text` fallback. Fails with `not_in_channel`, `channel_not_found`, or `channel_is_archived` if the bot lacks access. Rate-limited at ~1 req/sec (HTTP 429, honor `Retry-After`). Not idempotent — duplicate calls post duplicate messages.
POST /composio/slack/slack_send_messageexternal_sendmanaged
SLACK_SET_ADMIN_USER
Promotes an existing workspace member (guest, regular user, or owner) to admin status. Use when you need to grant admin privileges to a user.
POST /composio/slack/slack_set_admin_userexternal_sendmanaged
SLACK_SET_CONVERSATION_PREFS
Sets the posting permissions for a public or private channel in Slack. Use this to control who can post messages, start threads, use @channel/@here mentions, and initiate huddles in a specific channel.
POST /composio/slack/slack_set_conversation_prefsexternal_sendmanaged
SLACK_SET_CONVERSATION_PURPOSE
Sets the purpose (a short description of its topic/goal, displayed in the header) for a Slack conversation; the calling user must be a member.
POST /composio/slack/slack_set_conversation_purposeexternal_sendmanaged
SLACK_SET_DEFAULT_CHANNELS
Tool to set the default channels of a workspace. Use when you need to configure which channels new members automatically join.
POST /composio/slack/slack_set_default_channelsexternal_sendmanaged
SLACK_SET_DND_DURATION
Turns on Do Not Disturb mode for the current user, or changes its duration.
POST /composio/slack/slack_set_dnd_durationexternal_sendmanaged
SLACK_SET_PROFILE_PHOTO
This method allows the user to set their profile image.
POST /composio/slack/slack_set_profile_photoexternal_sendmanaged
SLACK_SET_READ_CURSOR_IN_A_CONVERSATION
Marks a message, specified by its timestamp (`ts`), as the most recently read for the authenticated user in the given `channel`, provided the user is a member of the channel and the message exists within it.
POST /composio/slack/slack_set_read_cursor_in_a_conversationexternal_sendmanaged
SLACK_SET_SLACK_LIST_ACCESS
Grants or sets sharing access on a Slack List via `slackLists.access.set`. Grant `read`, `write`, or `owner` access to either channels (`channel_ids`) or users (`user_ids`) — exactly one of the two is required. The `owner` level is user-only and subject to additional server-side rules. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_set_slack_list_accessexternal_sendmanaged
SLACK_SET_STATUS
(DEPRECATED: use `SLACK_SET_USER_PROFILE`) Updates a Slack user's profile, setting either individual fields or multiple fields via a JSON object.
POST /composio/slack/slack_set_statusexternal_sendmanaged
SLACK_SET_THE_TOPIC_OF_A_CONVERSATION
Sets or updates the topic for a specified Slack conversation.
POST /composio/slack/slack_set_the_topic_of_a_conversationexternal_sendmanaged
SLACK_SET_USER_ACTIVE
Tool to mark a user as active in Slack. Note: This endpoint is deprecated and non-functional - it exists for backwards compatibility but does not perform any action.
POST /composio/slack/slack_set_user_activeexternal_sendmanaged
SLACK_SET_USER_PRESENCE
Manually sets a user's Slack presence, overriding automatic detection; this setting persists across connections but can be overridden by user actions or Slack's auto-away (e.g., after 10 mins of inactivity).
POST /composio/slack/slack_set_user_presenceexternal_sendmanaged
SLACK_SET_USER_PROFILE
Updates a Slack user's profile, setting either individual fields or multiple fields via a JSON object.
POST /composio/slack/slack_set_user_profileexternal_sendmanaged
SLACK_SET_WORKSPACE_DESCRIPTION
Set the description of a given workspace. Use when you need to update or change the description text displayed for a Slack workspace.
POST /composio/slack/slack_set_workspace_descriptionexternal_sendmanaged
SLACK_SET_WORKSPACE_ICON
Sets the icon of a workspace. Use when you need to update or change the workspace icon image. The image must be publicly accessible and in a supported format (GIF, PNG, JPG, JPEG, HEIC, or HEIF).
POST /composio/slack/slack_set_workspace_iconexternal_sendmanaged
SLACK_SET_WORKSPACE_NAME
Set the name of a given Slack workspace. Use when you need to update the display name for a workspace in an Enterprise Grid organization.
POST /composio/slack/slack_set_workspace_nameexternal_sendmanaged
SLACK_SET_WORKSPACE_OWNER
Set an existing guest, regular user, or admin user to be a workspace owner. Use when you need to promote a workspace member to owner status. Requires an Enterprise Grid workspace.
POST /composio/slack/slack_set_workspace_ownerexternal_sendmanaged
SLACK_SET_WORKSPACES_FOR_CHANNEL
Set the workspaces in an Enterprise grid org that connect to a channel. Use when you need to share a public or private channel with specific workspaces in an Enterprise Grid organization.
POST /composio/slack/slack_set_workspaces_for_channelexternal_sendmanaged
SLACK_SHARE_REMOTE_FILE
Shares a remote file, which must already be registered with Slack, into specified Slack channels or direct message conversations.
POST /composio/slack/slack_share_remote_fileexternal_sendmanaged
SLACK_START_CALL
Registers a new call in Slack using `calls.add` for third-party call integration; `created_by` is required if not using a user-specific token.
POST /composio/slack/slack_start_callexternal_sendmanaged
SLACK_TEST_AUTH
Checks authentication and tells you who you are. Use to verify Slack API authentication is functional and to retrieve identity information about the authenticated user or bot.
POST /composio/slack/slack_test_authexternal_sendmanaged
SLACK_UNARCHIVE_CHANNEL
Reverses conversation archival.
POST /composio/slack/slack_unarchive_channelexternal_sendmanaged
SLACK_UNPIN_ITEM
Unpins a message, identified by its timestamp, from a specified channel if the message is currently pinned there; this operation is destructive.
POST /composio/slack/slack_unpin_itemexternal_sendmanaged
SLACK_UPDATE_CALL_INFO
Updates the title, join URL, or desktop app join URL for an existing Slack call identified by its ID.
POST /composio/slack/slack_update_call_infoexternal_sendmanaged
SLACK_UPDATE_REMOTE_FILE
Updates metadata or content details for an existing remote file in Slack; this action cannot upload new files or change the fundamental file type.
POST /composio/slack/slack_update_remote_fileexternal_sendmanaged
SLACK_UPDATES_A_SLACK_MESSAGE
Updates a Slack message by timestamp. Provide exactly one visible content mode: `markdown_text` for normal Markdown content, or `blocks` for raw Slack Block Kit layouts. Use `fallback_text` only with `blocks`; it maps to Slack's top-level `text` fallback.
POST /composio/slack/slack_updates_a_slack_messageexternal_sendmanaged
SLACK_UPDATE_SLACK_LIST
Updates a Slack List's metadata via `slackLists.update`. Only the List's `name`, `description_blocks`, and `todo_mode` are editable here. The List to update is identified by its `id` (not `list_id`). Descriptions are rich text — a plain string is wrapped into a `rich_text` block automatically. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_update_slack_listexternal_sendmanaged
SLACK_UPDATE_SLACK_LIST_ITEM
Updates one or more cells in an EXISTING Slack List row via `slackLists.items.update`. Each cell is identified by `row_id` (an existing row ID matching `^Rec[A-Z0-9]{8,}$`) and `column_id` and carries a typed value; text columns require Block Kit `rich_text` (a plain string is wrapped automatically), and `select` takes the column's choice values (e.g. `["todo"]`). Use it to UPDATE existing rows; the live API rejects `row_id_to_create` inside a cell (despite Slack's inline example), so to ADD a row use `create_slack_list_item`. Requires a user token with the `lists:write` scope.
POST /composio/slack/slack_update_slack_list_itemexternal_sendmanaged
SLACK_UPDATE_USER_GROUP
Updates an existing Slack User Group, which must be specified by an existing `usergroup` ID, with new optional details such as its name, description, handle, or default channels.
POST /composio/slack/slack_update_user_groupexternal_sendmanaged
SLACK_UPDATE_USER_GROUP_MEMBERS
Replaces all members of an existing Slack User Group with a new list of valid user IDs.
POST /composio/slack/slack_update_user_group_membersexternal_sendmanaged
SLACK_UPLOAD_OR_CREATE_A_FILE_IN_SLACK
Upload files, images, screenshots, documents, or any media to Slack channels or threads. Supports all file types including images (PNG, JPG, JPEG, GIF), documents (PDF, DOCX, TXT), code files, and more. Can share files publicly in channels or as thread replies with optional comments. Large files may fail with `upload_too_large`; use SLACK_ADD_A_REMOTE_FILE_FROM_A_SERVICE for large uploads. If the API returns `ok=false` with `method_deprecated`, fall back to SLACK_ADD_A_REMOTE_FILE_FROM_A_SERVICE or SLACK_SEND_MESSAGE with a URL.
POST /composio/slack/slack_upload_or_create_a_file_in_slackexternal_sendmanaged