Open Connector
所有 Tools

Slack

Connect to Slack to post messages and read channels and users.

slackv1.0.0170 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "SLACK_ADMIN_APPS_APPROVE",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("SLACK_ADMIN_APPS_APPROVE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute SLACK_ADMIN_APPS_APPROVE --data '{ }'

Tool 目录

可用 Tools

170 个可调用操作

Admin Apps ApproveSLACK_ADMIN_APPS_APPROVEApprove an app for installation on a workspace.

Approve an app for installation on a workspace.

认证

需要 Connected Account

Scopes

admin.apps:write

Tags

admin.appsadmin
Admin Apps Approved ListSLACK_ADMIN_APPS_APPROVED_LISTList approved apps for an org or workspace.

List approved apps for an org or workspace.

认证

需要 Connected Account

Scopes

admin.apps:read

Tags

admin.apps.approvedadmin
Admin Apps Requests ListSLACK_ADMIN_APPS_REQUESTS_LISTList app requests for a team/workspace.

List app requests for a team/workspace.

认证

需要 Connected Account

Scopes

admin.apps:read

Tags

admin.apps.requestsadmin
Admin Apps RestrictSLACK_ADMIN_APPS_RESTRICTRestrict an app for installation on a workspace.

Restrict an app for installation on a workspace.

认证

需要 Connected Account

Scopes

admin.apps:write

Tags

admin.appsadmin
Admin Apps Restricted ListSLACK_ADMIN_APPS_RESTRICTED_LISTList restricted apps for an org or workspace.

List restricted apps for an org or workspace.

认证

需要 Connected Account

Scopes

admin.apps:read

Tags

admin.apps.restrictedadmin
Admin Conversations ArchiveSLACK_ADMIN_CONVERSATIONS_ARCHIVEArchive a public or private channel.

Archive a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations ConvertToPrivateSLACK_ADMIN_CONVERSATIONS_CONVERT_TO_PRIVATEConvert a public channel to a private channel.

Convert a public channel to a private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations CreateSLACK_ADMIN_CONVERSATIONS_CREATECreate a public or private channel-based conversation.

Create a public or private channel-based conversation.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations DeleteSLACK_ADMIN_CONVERSATIONS_DELETEDelete a public or private channel.

Delete a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations DisconnectSharedSLACK_ADMIN_CONVERSATIONS_DISCONNECT_SHAREDDisconnect a connected channel from one or more workspaces.

Disconnect a connected channel from one or more workspaces.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations Ekm ListOriginalConnectedChannelInfoSLACK_ADMIN_CONVERSATIONS_EKM_LIST_ORIGINAL_CONNECTED_CHANNEL_INFOList all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.

List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.

认证

需要 Connected Account

Scopes

admin.conversations:read

Tags

admin.conversations.ekmadmin
Admin Conversations GetConversationPrefsSLACK_ADMIN_CONVERSATIONS_GET_CONVERSATION_PREFSGet conversation preferences for a public or private channel.

Get conversation preferences for a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:read

Tags

admin.conversationsadmin
Admin Conversations GetTeamsSLACK_ADMIN_CONVERSATIONS_GET_TEAMSGet all the workspaces a given public or private channel is connected to within this Enterprise org.

Get all the workspaces a given public or private channel is connected to within this Enterprise org.

认证

需要 Connected Account

Scopes

admin.conversations:read

Tags

admin.conversationsadmin
Admin Conversations InviteSLACK_ADMIN_CONVERSATIONS_INVITEInvite a user to a public or private channel.

Invite a user to a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations RenameSLACK_ADMIN_CONVERSATIONS_RENAMERename a public or private channel.

Rename a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations RestrictAccess AddGroupSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_ADD_GROUPAdd an allowlist of IDP groups for accessing a channel

Add an allowlist of IDP groups for accessing a channel

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversations.restrictAccessadmin
Admin Conversations RestrictAccess ListGroupsSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_LIST_GROUPSList all IDP Groups linked to a channel

List all IDP Groups linked to a channel

认证

需要 Connected Account

Scopes

admin.conversations:read

Tags

admin.conversations.restrictAccessadmin
Admin Conversations RestrictAccess RemoveGroupSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_REMOVE_GROUPRemove a linked IDP group linked from a private channel

Remove a linked IDP group linked from a private channel

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversations.restrictAccessadmin
Admin Conversations SearchSLACK_ADMIN_CONVERSATIONS_SEARCHSearch for public or private channels in an Enterprise organization.

Search for public or private channels in an Enterprise organization.

认证

需要 Connected Account

Scopes

admin.conversations:read

Tags

admin.conversationsadmin
Admin Conversations SetConversationPrefsSLACK_ADMIN_CONVERSATIONS_SET_CONVERSATION_PREFSSet the posting permissions for a public or private channel.

Set the posting permissions for a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations SetTeamsSLACK_ADMIN_CONVERSATIONS_SET_TEAMSSet the workspaces in an Enterprise grid org that connect to a public or private channel.

Set the workspaces in an Enterprise grid org that connect to a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Conversations UnarchiveSLACK_ADMIN_CONVERSATIONS_UNARCHIVEUnarchive a public or private channel.

Unarchive a public or private channel.

认证

需要 Connected Account

Scopes

admin.conversations:write

Tags

admin.conversationsadmin
Admin Emoji AddSLACK_ADMIN_EMOJI_ADDAdd an emoji.

Add an emoji.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.emojiadmin
Admin Emoji AddAliasSLACK_ADMIN_EMOJI_ADD_ALIASAdd an emoji alias.

Add an emoji alias.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.emojiadmin
Admin Emoji ListSLACK_ADMIN_EMOJI_LISTList emoji for an Enterprise Grid organization.

List emoji for an Enterprise Grid organization.

认证

需要 Connected Account

Scopes

admin.teams:read

Tags

admin.emojiadmin
Admin Emoji RemoveSLACK_ADMIN_EMOJI_REMOVERemove an emoji across an Enterprise Grid organization

Remove an emoji across an Enterprise Grid organization

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.emojiadmin
Admin Emoji RenameSLACK_ADMIN_EMOJI_RENAMERename an emoji.

Rename an emoji.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.emojiadmin
Admin InviteRequests ApproveSLACK_ADMIN_INVITE_REQUESTS_APPROVEApprove a workspace invite request.

Approve a workspace invite request.

认证

需要 Connected Account

Scopes

admin.invites:write

Tags

admin.inviteRequestsadmin
Admin InviteRequests Approved ListSLACK_ADMIN_INVITE_REQUESTS_APPROVED_LISTList all approved workspace invite requests.

List all approved workspace invite requests.

认证

需要 Connected Account

Scopes

admin.invites:read

Tags

admin.inviteRequests.approvedadmin
Admin InviteRequests Denied ListSLACK_ADMIN_INVITE_REQUESTS_DENIED_LISTList all denied workspace invite requests.

List all denied workspace invite requests.

认证

需要 Connected Account

Scopes

admin.invites:read

Tags

admin.inviteRequests.deniedadmin
Admin InviteRequests DenySLACK_ADMIN_INVITE_REQUESTS_DENYDeny a workspace invite request.

Deny a workspace invite request.

认证

需要 Connected Account

Scopes

admin.invites:write

Tags

admin.inviteRequestsadmin
Admin InviteRequests ListSLACK_ADMIN_INVITE_REQUESTS_LISTList all pending workspace invite requests.

List all pending workspace invite requests.

认证

需要 Connected Account

Scopes

admin.invites:read

Tags

admin.inviteRequestsadmin
Admin Teams Admins ListSLACK_ADMIN_TEAMS_ADMINS_LISTList all of the admins on a given workspace.

List all of the admins on a given workspace.

认证

需要 Connected Account

Scopes

admin.teams:read

Tags

admin.teams.adminsadmin
Admin Teams CreateSLACK_ADMIN_TEAMS_CREATECreate an Enterprise team.

Create an Enterprise team.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teamsadmin
Admin Teams ListSLACK_ADMIN_TEAMS_LISTList all teams on an Enterprise organization

List all teams on an Enterprise organization

认证

需要 Connected Account

Scopes

admin.teams:read

Tags

admin.teamsadmin
Admin Teams Owners ListSLACK_ADMIN_TEAMS_OWNERS_LISTList all of the owners on a given workspace.

List all of the owners on a given workspace.

认证

需要 Connected Account

Scopes

admin.teams:read

Tags

admin.teams.ownersadmin
Admin Teams Settings InfoSLACK_ADMIN_TEAMS_SETTINGS_INFOFetch information about settings in a workspace

Fetch information about settings in a workspace

认证

需要 Connected Account

Scopes

admin.teams:read

Tags

admin.teams.settingsadmin
Admin Teams Settings SetDefaultChannelsSLACK_ADMIN_TEAMS_SETTINGS_SET_DEFAULT_CHANNELSSet the default channels of a workspace.

Set the default channels of a workspace.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teams.settingsadmin
Admin Teams Settings SetDescriptionSLACK_ADMIN_TEAMS_SETTINGS_SET_DESCRIPTIONSet the description of a given workspace.

Set the description of a given workspace.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teams.settingsadmin
Admin Teams Settings SetDiscoverabilitySLACK_ADMIN_TEAMS_SETTINGS_SET_DISCOVERABILITYAn API method that allows admins to set the discoverability of a given workspace

An API method that allows admins to set the discoverability of a given workspace

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teams.settingsadmin
Admin Teams Settings SetIconSLACK_ADMIN_TEAMS_SETTINGS_SET_ICONSets the icon of a workspace.

Sets the icon of a workspace.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teams.settingsadmin
Admin Teams Settings SetNameSLACK_ADMIN_TEAMS_SETTINGS_SET_NAMESet the name of a given workspace.

Set the name of a given workspace.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.teams.settingsadmin
Admin Usergroups AddChannelsSLACK_ADMIN_USERGROUPS_ADD_CHANNELSAdd one or more default channels to an IDP group.

Add one or more default channels to an IDP group.

认证

需要 Connected Account

Scopes

admin.usergroups:write

Tags

admin.usergroupsadmin
Admin Usergroups AddTeamsSLACK_ADMIN_USERGROUPS_ADD_TEAMSAssociate one or more default workspaces with an organization-wide IDP group.

Associate one or more default workspaces with an organization-wide IDP group.

认证

需要 Connected Account

Scopes

admin.teams:write

Tags

admin.usergroupsadmin
Admin Usergroups ListChannelsSLACK_ADMIN_USERGROUPS_LIST_CHANNELSList the channels linked to an org-level IDP group (user group).

List the channels linked to an org-level IDP group (user group).

认证

需要 Connected Account

Scopes

admin.usergroups:read

Tags

admin.usergroupsadmin
Admin Usergroups RemoveChannelsSLACK_ADMIN_USERGROUPS_REMOVE_CHANNELSRemove one or more default channels from an org-level IDP group (user group).

Remove one or more default channels from an org-level IDP group (user group).

认证

需要 Connected Account

Scopes

admin.usergroups:write

Tags

admin.usergroupsadmin
Admin Users AssignSLACK_ADMIN_USERS_ASSIGNAdd an Enterprise user to a workspace.

Add an Enterprise user to a workspace.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users InviteSLACK_ADMIN_USERS_INVITEInvite a user to a workspace.

Invite a user to a workspace.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users ListSLACK_ADMIN_USERS_LISTList users on a workspace

List users on a workspace

认证

需要 Connected Account

Scopes

admin.users:read

Tags

admin.usersadmin
Admin Users RemoveSLACK_ADMIN_USERS_REMOVERemove a user from a workspace.

Remove a user from a workspace.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users Session InvalidateSLACK_ADMIN_USERS_SESSION_INVALIDATEInvalidate a single session for a user by session_id

Invalidate a single session for a user by session_id

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.users.sessionadmin
Admin Users Session ResetSLACK_ADMIN_USERS_SESSION_RESETWipes all valid sessions on all devices for a given user

Wipes all valid sessions on all devices for a given user

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.users.sessionadmin
Admin Users SetAdminSLACK_ADMIN_USERS_SET_ADMINSet an existing guest, regular user, or owner to be an admin user.

Set an existing guest, regular user, or owner to be an admin user.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users SetExpirationSLACK_ADMIN_USERS_SET_EXPIRATIONSet an expiration for a guest user

Set an expiration for a guest user

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users SetOwnerSLACK_ADMIN_USERS_SET_OWNERSet an existing guest, regular user, or admin user to be a workspace owner.

Set an existing guest, regular user, or admin user to be a workspace owner.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Admin Users SetRegularSLACK_ADMIN_USERS_SET_REGULARSet an existing guest user, admin user, or owner to be a regular user.

Set an existing guest user, admin user, or owner to be a regular user.

认证

需要 Connected Account

Scopes

admin.users:write

Tags

admin.usersadmin
Api TestSLACK_API_TESTChecks API calling code.

Checks API calling code.

认证

需要 Connected Account

Tags

api
Apps Event Authorizations ListSLACK_APPS_EVENT_AUTHORIZATIONS_LISTGet a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.

Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.

认证

需要 Connected Account

Scopes

authorizations:read

Tags

apps.event.authorizationsapps
Apps Permissions InfoSLACK_APPS_PERMISSIONS_INFOReturns list of permissions this app has on a team.

Returns list of permissions this app has on a team.

认证

需要 Connected Account

Tags

apps.permissionsapps
Apps Permissions RequestSLACK_APPS_PERMISSIONS_REQUESTAllows an app to request additional scopes

Allows an app to request additional scopes

认证

需要 Connected Account

Tags

apps.permissionsapps
Apps Permissions Resources ListSLACK_APPS_PERMISSIONS_RESOURCES_LISTReturns list of resource grants this app has on a team.

Returns list of resource grants this app has on a team.

认证

需要 Connected Account

Tags

apps.permissions.resourcesapps
Apps Permissions Scopes ListSLACK_APPS_PERMISSIONS_SCOPES_LISTReturns list of scopes this app has on a team.

Returns list of scopes this app has on a team.

认证

需要 Connected Account

Tags

apps.permissions.scopesapps
Apps UninstallSLACK_APPS_UNINSTALLUninstalls your app from a workspace.

Uninstalls your app from a workspace.

认证

需要 Connected Account

Tags

apps
Auth RevokeSLACK_AUTH_REVOKERevokes a token.

Revokes a token.

认证

需要 Connected Account

Tags

auth
Auth TestSLACK_AUTH_TESTChecks authentication & identity.

Checks authentication & identity.

认证

需要 Connected Account

Tags

auth
Bots InfoSLACK_BOTS_INFOGets information about a bot user.

Gets information about a bot user.

认证

需要 Connected Account

Scopes

users:read

Tags

bots
Calls AddSLACK_CALLS_ADDRegisters a new Call.

Registers a new Call.

认证

需要 Connected Account

Scopes

calls:write

Tags

calls
Calls EndSLACK_CALLS_ENDEnds a Call.

Ends a Call.

认证

需要 Connected Account

Scopes

calls:write

Tags

calls
Calls InfoSLACK_CALLS_INFOReturns information about a Call.

Returns information about a Call.

认证

需要 Connected Account

Scopes

calls:read

Tags

calls
Calls Participants AddSLACK_CALLS_PARTICIPANTS_ADDRegisters new participants added to a Call.

Registers new participants added to a Call.

认证

需要 Connected Account

Scopes

calls:write

Tags

calls.participantscalls
Calls Participants RemoveSLACK_CALLS_PARTICIPANTS_REMOVERegisters participants removed from a Call.

Registers participants removed from a Call.

认证

需要 Connected Account

Scopes

calls:write

Tags

calls.participantscalls
Calls UpdateSLACK_CALLS_UPDATEUpdates information about a Call.

Updates information about a Call.

认证

需要 Connected Account

Scopes

calls:write

Tags

calls
Chat DeleteSLACK_CHAT_DELETEDeletes a message.

Deletes a message.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat DeleteScheduledMessageSLACK_CHAT_DELETE_SCHEDULED_MESSAGEDeletes a pending scheduled message from the queue.

Deletes a pending scheduled message from the queue.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat GetPermalinkSLACK_CHAT_GET_PERMALINKRetrieve a permalink URL for a specific extant message

Retrieve a permalink URL for a specific extant message

认证

需要 Connected Account

Tags

chat
Chat MeMessageSLACK_CHAT_ME_MESSAGEShare a me message into a channel.

Share a me message into a channel.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat PostEphemeralSLACK_CHAT_POST_EPHEMERALSends an ephemeral message to a user in a channel.

Sends an ephemeral message to a user in a channel.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat PostMessageSLACK_CHAT_POST_MESSAGESends a message to a channel.

Sends a message to a channel.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat ScheduleMessageSLACK_CHAT_SCHEDULE_MESSAGESchedules a message to be sent to a channel.

Schedules a message to be sent to a channel.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Chat ScheduledMessages ListSLACK_CHAT_SCHEDULED_MESSAGES_LISTReturns a list of scheduled messages.

Returns a list of scheduled messages.

认证

需要 Connected Account

Tags

chat.scheduledMessageschat
Chat UnfurlSLACK_CHAT_UNFURLProvide custom unfurl behavior for user-posted URLs

Provide custom unfurl behavior for user-posted URLs

认证

需要 Connected Account

Scopes

links:write

Tags

chat
Chat UpdateSLACK_CHAT_UPDATEUpdates a message.

Updates a message.

认证

需要 Connected Account

Scopes

chat:write

Tags

chat
Conversations ArchiveSLACK_CONVERSATIONS_ARCHIVEArchives a conversation.

Archives a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations CloseSLACK_CONVERSATIONS_CLOSECloses a direct message or multi-person direct message.

Closes a direct message or multi-person direct message.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations CreateSLACK_CONVERSATIONS_CREATEInitiates a public or private channel-based conversation

Initiates a public or private channel-based conversation

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations HistorySLACK_CONVERSATIONS_HISTORYFetches a conversation's history of messages and events.

Fetches a conversation's history of messages and events.

认证

需要 Connected Account

Scopes

channels:historygroups:historyim:historympim:history

Tags

conversations
Conversations InfoSLACK_CONVERSATIONS_INFORetrieve information about a conversation.

Retrieve information about a conversation.

认证

需要 Connected Account

Scopes

channels:readgroups:readim:readmpim:read

Tags

conversations
Conversations InviteSLACK_CONVERSATIONS_INVITEInvites users to a channel.

Invites users to a channel.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations JoinSLACK_CONVERSATIONS_JOINJoins an existing conversation.

Joins an existing conversation.

认证

需要 Connected Account

Scopes

channels:write

Tags

conversations
Conversations KickSLACK_CONVERSATIONS_KICKRemoves a user from a conversation.

Removes a user from a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations LeaveSLACK_CONVERSATIONS_LEAVELeaves a conversation.

Leaves a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations ListSLACK_CONVERSATIONS_LISTLists all channels in a Slack team.

Lists all channels in a Slack team.

认证

需要 Connected Account

Scopes

channels:readgroups:readim:readmpim:read

Tags

conversations
Conversations MarkSLACK_CONVERSATIONS_MARKSets the read cursor in a channel.

Sets the read cursor in a channel.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations MembersSLACK_CONVERSATIONS_MEMBERSRetrieve members of a conversation.

Retrieve members of a conversation.

认证

需要 Connected Account

Scopes

channels:readgroups:readim:readmpim:read

Tags

conversations
Conversations OpenSLACK_CONVERSATIONS_OPENOpens or resumes a direct message or multi-person direct message.

Opens or resumes a direct message or multi-person direct message.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations RenameSLACK_CONVERSATIONS_RENAMERenames a conversation.

Renames a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations RepliesSLACK_CONVERSATIONS_REPLIESRetrieve a thread of messages posted to a conversation

Retrieve a thread of messages posted to a conversation

认证

需要 Connected Account

Scopes

channels:historygroups:historyim:historympim:history

Tags

conversations
Conversations SetPurposeSLACK_CONVERSATIONS_SET_PURPOSESets the purpose for a conversation.

Sets the purpose for a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations SetTopicSLACK_CONVERSATIONS_SET_TOPICSets the topic for a conversation.

Sets the topic for a conversation.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Conversations UnarchiveSLACK_CONVERSATIONS_UNARCHIVEReverses conversation archival.

Reverses conversation archival.

认证

需要 Connected Account

Scopes

channels:writegroups:writeim:writempim:write

Tags

conversations
Dialog OpenSLACK_DIALOG_OPENOpen a dialog with a user

Open a dialog with a user

认证

需要 Connected Account

Tags

dialog
Dnd EndDndSLACK_DND_END_DNDEnds the current user's Do Not Disturb session immediately.

Ends the current user's Do Not Disturb session immediately.

认证

需要 Connected Account

Scopes

dnd:write

Tags

dnd
Dnd EndSnoozeSLACK_DND_END_SNOOZEEnds the current user's snooze mode immediately.

Ends the current user's snooze mode immediately.

认证

需要 Connected Account

Scopes

dnd:write

Tags

dnd
Dnd InfoSLACK_DND_INFORetrieves a user's current Do Not Disturb status.

Retrieves a user's current Do Not Disturb status.

认证

需要 Connected Account

Scopes

dnd:read

Tags

dnd
Dnd SetSnoozeSLACK_DND_SET_SNOOZETurns on Do Not Disturb mode for the current user, or changes its duration.

Turns on Do Not Disturb mode for the current user, or changes its duration.

认证

需要 Connected Account

Scopes

dnd:write

Tags

dnd
Dnd TeamInfoSLACK_DND_TEAM_INFORetrieves the Do Not Disturb status for up to 50 users on a team.

Retrieves the Do Not Disturb status for up to 50 users on a team.

认证

需要 Connected Account

Scopes

dnd:read

Tags

dnd
Emoji ListSLACK_EMOJI_LISTLists custom emoji for a team.

Lists custom emoji for a team.

认证

需要 Connected Account

Scopes

emoji:read

Tags

emoji
Files Comments DeleteSLACK_FILES_COMMENTS_DELETEDeletes an existing comment on a file.

Deletes an existing comment on a file.

认证

需要 Connected Account

Scopes

files:write:user

Tags

files.commentsfiles
Files DeleteSLACK_FILES_DELETEDeletes a file.

Deletes a file.

认证

需要 Connected Account

Scopes

files:write:user

Tags

files
Files InfoSLACK_FILES_INFOGets information about a file.

Gets information about a file.

认证

需要 Connected Account

Scopes

files:read

Tags

files
Files ListSLACK_FILES_LISTList for a team, in a channel, or from a user with applied filters.

List for a team, in a channel, or from a user with applied filters.

认证

需要 Connected Account

Scopes

files:read

Tags

files
Files Remote AddSLACK_FILES_REMOTE_ADDAdds a file from a remote service

Adds a file from a remote service

认证

需要 Connected Account

Scopes

remote_files:write

Tags

files.remotefiles
Files Remote InfoSLACK_FILES_REMOTE_INFORetrieve information about a remote file added to Slack

Retrieve information about a remote file added to Slack

认证

需要 Connected Account

Scopes

remote_files:read

Tags

files.remotefiles
Files Remote ListSLACK_FILES_REMOTE_LISTRetrieve information about a remote file added to Slack

Retrieve information about a remote file added to Slack

认证

需要 Connected Account

Scopes

remote_files:read

Tags

files.remotefiles
Files Remote RemoveSLACK_FILES_REMOTE_REMOVERemove a remote file.

Remove a remote file.

认证

需要 Connected Account

Scopes

remote_files:write

Tags

files.remotefiles
Files Remote ShareSLACK_FILES_REMOTE_SHAREShare a remote file into a channel.

Share a remote file into a channel.

认证

需要 Connected Account

Scopes

remote_files:share

Tags

files.remotefiles
Files Remote UpdateSLACK_FILES_REMOTE_UPDATEUpdates an existing remote file.

Updates an existing remote file.

认证

需要 Connected Account

Scopes

remote_files:write

Tags

files.remotefiles
Files RevokePublicURLSLACK_FILES_REVOKE_PUBLIC_URLRevokes public/external sharing access for a file

Revokes public/external sharing access for a file

认证

需要 Connected Account

Scopes

files:write:user

Tags

files
Files SharedPublicURLSLACK_FILES_SHARED_PUBLIC_URLEnables a file for public/external sharing.

Enables a file for public/external sharing.

认证

需要 Connected Account

Scopes

files:write:user

Tags

files
Files UploadSLACK_FILES_UPLOADUploads or creates a file.

Uploads or creates a file.

认证

需要 Connected Account

Scopes

files:write:user

Tags

files
Migration ExchangeSLACK_MIGRATION_EXCHANGEFor Enterprise Grid workspaces, map local user IDs to global user IDs

For Enterprise Grid workspaces, map local user IDs to global user IDs

认证

需要 Connected Account

Scopes

tokens.basic

Tags

migration
Oauth AccessSLACK_OAUTH_ACCESSExchanges a temporary OAuth verifier code for an access token.

Exchanges a temporary OAuth verifier code for an access token.

认证

需要 Connected Account

Tags

oauth
Oauth TokenSLACK_OAUTH_TOKENExchanges a temporary OAuth verifier code for a workspace token.

Exchanges a temporary OAuth verifier code for a workspace token.

认证

需要 Connected Account

Tags

oauth
Oauth V2 AccessSLACK_OAUTH_V2_ACCESSExchanges a temporary OAuth verifier code for an access token.

Exchanges a temporary OAuth verifier code for an access token.

认证

需要 Connected Account

Tags

oauth.v2oauth
Pins AddSLACK_PINS_ADDPins an item to a channel.

Pins an item to a channel.

认证

需要 Connected Account

Scopes

pins:write

Tags

pins
Pins ListSLACK_PINS_LISTLists items pinned to a channel.

Lists items pinned to a channel.

认证

需要 Connected Account

Scopes

pins:read

Tags

pins
Pins RemoveSLACK_PINS_REMOVEUn-pins an item from a channel.

Un-pins an item from a channel.

认证

需要 Connected Account

Scopes

pins:write

Tags

pins
Reactions AddSLACK_REACTIONS_ADDAdds a reaction to an item.

Adds a reaction to an item.

认证

需要 Connected Account

Scopes

reactions:write

Tags

reactions
Reactions GetSLACK_REACTIONS_GETGets reactions for an item.

Gets reactions for an item.

认证

需要 Connected Account

Scopes

reactions:read

Tags

reactions
Reactions ListSLACK_REACTIONS_LISTLists reactions made by a user.

Lists reactions made by a user.

认证

需要 Connected Account

Scopes

reactions:read

Tags

reactions
Reactions RemoveSLACK_REACTIONS_REMOVERemoves a reaction from an item.

Removes a reaction from an item.

认证

需要 Connected Account

Scopes

reactions:write

Tags

reactions
Reminders AddSLACK_REMINDERS_ADDCreates a reminder.

Creates a reminder.

认证

需要 Connected Account

Scopes

reminders:write

Tags

reminders
Reminders CompleteSLACK_REMINDERS_COMPLETEMarks a reminder as complete.

Marks a reminder as complete.

认证

需要 Connected Account

Scopes

reminders:write

Tags

reminders
Reminders DeleteSLACK_REMINDERS_DELETEDeletes a reminder.

Deletes a reminder.

认证

需要 Connected Account

Scopes

reminders:write

Tags

reminders
Reminders InfoSLACK_REMINDERS_INFOGets information about a reminder.

Gets information about a reminder.

认证

需要 Connected Account

Scopes

reminders:read

Tags

reminders
Reminders ListSLACK_REMINDERS_LISTLists all reminders created by or for a given user.

Lists all reminders created by or for a given user.

认证

需要 Connected Account

Scopes

reminders:read

Tags

reminders
Rtm ConnectSLACK_RTM_CONNECTStarts a Real Time Messaging session.

Starts a Real Time Messaging session.

认证

需要 Connected Account

Scopes

rtm:stream

Tags

rtm
Search MessagesSLACK_SEARCH_MESSAGESSearches for messages matching a query.

Searches for messages matching a query.

认证

需要 Connected Account

Scopes

search:read

Tags

search
Stars AddSLACK_STARS_ADDAdds a star to an item.

Adds a star to an item.

认证

需要 Connected Account

Scopes

stars:write

Tags

stars
Stars ListSLACK_STARS_LISTLists stars for a user.

Lists stars for a user.

认证

需要 Connected Account

Scopes

stars:read

Tags

stars
Stars RemoveSLACK_STARS_REMOVERemoves a star from an item.

Removes a star from an item.

认证

需要 Connected Account

Scopes

stars:write

Tags

stars
Team AccessLogsSLACK_TEAM_ACCESS_LOGSGets the access logs for the current team.

Gets the access logs for the current team.

认证

需要 Connected Account

Scopes

admin

Tags

team
Team BillableInfoSLACK_TEAM_BILLABLE_INFOGets billable users information for the current team.

Gets billable users information for the current team.

认证

需要 Connected Account

Scopes

admin

Tags

team
Team InfoSLACK_TEAM_INFOGets information about the current team.

Gets information about the current team.

认证

需要 Connected Account

Scopes

team:read

Tags

team
Team IntegrationLogsSLACK_TEAM_INTEGRATION_LOGSGets the integration logs for the current team.

Gets the integration logs for the current team.

认证

需要 Connected Account

Scopes

admin

Tags

team
Team Profile GetSLACK_TEAM_PROFILE_GETRetrieve a team's profile.

Retrieve a team's profile.

认证

需要 Connected Account

Scopes

users.profile:read

Tags

team.profileteam
Usergroups CreateSLACK_USERGROUPS_CREATECreate a User Group

Create a User Group

认证

需要 Connected Account

Scopes

usergroups:write

Tags

usergroups
Usergroups DisableSLACK_USERGROUPS_DISABLEDisable an existing User Group

Disable an existing User Group

认证

需要 Connected Account

Scopes

usergroups:write

Tags

usergroups
Usergroups EnableSLACK_USERGROUPS_ENABLEEnable a User Group

Enable a User Group

认证

需要 Connected Account

Scopes

usergroups:write

Tags

usergroups
Usergroups ListSLACK_USERGROUPS_LISTList all User Groups for a team

List all User Groups for a team

认证

需要 Connected Account

Scopes

usergroups:read

Tags

usergroups
Usergroups UpdateSLACK_USERGROUPS_UPDATEUpdate an existing User Group

Update an existing User Group

认证

需要 Connected Account

Scopes

usergroups:write

Tags

usergroups
Usergroups Users ListSLACK_USERGROUPS_USERS_LISTList all users in a User Group

List all users in a User Group

认证

需要 Connected Account

Scopes

usergroups:read

Tags

usergroups.usersusergroups
Usergroups Users UpdateSLACK_USERGROUPS_USERS_UPDATEUpdate the list of users for a User Group

Update the list of users for a User Group

认证

需要 Connected Account

Scopes

usergroups:write

Tags

usergroups.usersusergroups
Users ConversationsSLACK_USERS_CONVERSATIONSList conversations the calling user may access.

List conversations the calling user may access.

认证

需要 Connected Account

Scopes

channels:readgroups:readim:readmpim:read

Tags

users
Users DeletePhotoSLACK_USERS_DELETE_PHOTODelete the user profile photo

Delete the user profile photo

认证

需要 Connected Account

Scopes

users.profile:write

Tags

users
Users GetPresenceSLACK_USERS_GET_PRESENCEGets user presence information.

Gets user presence information.

认证

需要 Connected Account

Scopes

users:read

Tags

users
Users IdentitySLACK_USERS_IDENTITYGet a user's identity.

Get a user's identity.

认证

需要 Connected Account

Scopes

identity.basic

Tags

users
Users InfoSLACK_USERS_INFOGets information about a user.

Gets information about a user.

认证

需要 Connected Account

Scopes

users:read

Tags

users
Users ListSLACK_USERS_LISTLists all users in a Slack team.

Lists all users in a Slack team.

认证

需要 Connected Account

Scopes

users:read

Tags

users
Users LookupByEmailSLACK_USERS_LOOKUP_BY_EMAILFind a user with an email address.

Find a user with an email address.

认证

需要 Connected Account

Scopes

users:read.email

Tags

users
Users Profile GetSLACK_USERS_PROFILE_GETRetrieves a user's profile information.

Retrieves a user's profile information.

认证

需要 Connected Account

Scopes

users.profile:read

Tags

users.profileusers
Users Profile SetSLACK_USERS_PROFILE_SETSet the profile information for a user.

Set the profile information for a user.

认证

需要 Connected Account

Scopes

users.profile:write

Tags

users.profileusers
Users SetActiveSLACK_USERS_SET_ACTIVEMarked a user as active. Deprecated and non-functional.

Marked a user as active. Deprecated and non-functional.

认证

需要 Connected Account

Scopes

users:write

Tags

users
Users SetPhotoSLACK_USERS_SET_PHOTOSet the user profile photo

Set the user profile photo

认证

需要 Connected Account

Scopes

users.profile:write

Tags

users
Users SetPresenceSLACK_USERS_SET_PRESENCEManually sets user presence.

Manually sets user presence.

认证

需要 Connected Account

Scopes

users:write

Tags

users
Views OpenSLACK_VIEWS_OPENOpen a view for a user.

Open a view for a user.

认证

需要 Connected Account

Tags

views
Views PublishSLACK_VIEWS_PUBLISHPublish a static view for a User.

Publish a static view for a User.

认证

需要 Connected Account

Tags

views
Views PushSLACK_VIEWS_PUSHPush a view onto the stack of a root view.

Push a view onto the stack of a root view.

认证

需要 Connected Account

Tags

views
Views UpdateSLACK_VIEWS_UPDATEUpdate an existing view.

Update an existing view.

认证

需要 Connected Account

Tags

views
Workflows StepFailedSLACK_WORKFLOWS_STEP_FAILEDIndicate that an app's step in a workflow failed to execute.

Indicate that an app's step in a workflow failed to execute.

认证

需要 Connected Account

Scopes

workflow.steps:execute

Tags

workflows

Provider 资源