Slack
Connect to Slack to post messages and read channels and users.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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.需要连接1 scope
Approve an app for installation on a workspace.
认证
需要 Connected AccountScopes
admin.apps:writeTags
Admin Apps Approved ListSLACK_ADMIN_APPS_APPROVED_LISTList approved apps for an org or workspace.需要连接1 scope
List approved apps for an org or workspace.
认证
需要 Connected AccountScopes
admin.apps:readTags
Admin Apps Requests ListSLACK_ADMIN_APPS_REQUESTS_LISTList app requests for a team/workspace.需要连接1 scope
List app requests for a team/workspace.
认证
需要 Connected AccountScopes
admin.apps:readTags
Admin Apps RestrictSLACK_ADMIN_APPS_RESTRICTRestrict an app for installation on a workspace.需要连接1 scope
Restrict an app for installation on a workspace.
认证
需要 Connected AccountScopes
admin.apps:writeTags
Admin Apps Restricted ListSLACK_ADMIN_APPS_RESTRICTED_LISTList restricted apps for an org or workspace.需要连接1 scope
List restricted apps for an org or workspace.
认证
需要 Connected AccountScopes
admin.apps:readTags
Admin Conversations ArchiveSLACK_ADMIN_CONVERSATIONS_ARCHIVEArchive a public or private channel.需要连接1 scope
Archive a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations ConvertToPrivateSLACK_ADMIN_CONVERSATIONS_CONVERT_TO_PRIVATEConvert a public channel to a private channel.需要连接1 scope
Convert a public channel to a private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations CreateSLACK_ADMIN_CONVERSATIONS_CREATECreate a public or private channel-based conversation.需要连接1 scope
Create a public or private channel-based conversation.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations DeleteSLACK_ADMIN_CONVERSATIONS_DELETEDelete a public or private channel.需要连接1 scope
Delete a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations DisconnectSharedSLACK_ADMIN_CONVERSATIONS_DISCONNECT_SHAREDDisconnect a connected channel from one or more workspaces.需要连接1 scope
Disconnect a connected channel from one or more workspaces.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
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.需要连接1 scope
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 AccountScopes
admin.conversations:readTags
Admin Conversations GetConversationPrefsSLACK_ADMIN_CONVERSATIONS_GET_CONVERSATION_PREFSGet conversation preferences for a public or private channel.需要连接1 scope
Get conversation preferences for a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:readTags
Admin Conversations GetTeamsSLACK_ADMIN_CONVERSATIONS_GET_TEAMSGet all the workspaces a given public or private channel is connected to within this Enterprise org.需要连接1 scope
Get all the workspaces a given public or private channel is connected to within this Enterprise org.
认证
需要 Connected AccountScopes
admin.conversations:readTags
Admin Conversations InviteSLACK_ADMIN_CONVERSATIONS_INVITEInvite a user to a public or private channel.需要连接1 scope
Invite a user to a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations RenameSLACK_ADMIN_CONVERSATIONS_RENAMERename a public or private channel.需要连接1 scope
Rename a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations RestrictAccess AddGroupSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_ADD_GROUPAdd an allowlist of IDP groups for accessing a channel需要连接1 scope
Add an allowlist of IDP groups for accessing a channel
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations RestrictAccess ListGroupsSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_LIST_GROUPSList all IDP Groups linked to a channel需要连接1 scope
List all IDP Groups linked to a channel
认证
需要 Connected AccountScopes
admin.conversations:readTags
Admin Conversations RestrictAccess RemoveGroupSLACK_ADMIN_CONVERSATIONS_RESTRICT_ACCESS_REMOVE_GROUPRemove a linked IDP group linked from a private channel需要连接1 scope
Remove a linked IDP group linked from a private channel
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations SearchSLACK_ADMIN_CONVERSATIONS_SEARCHSearch for public or private channels in an Enterprise organization.需要连接1 scope
Search for public or private channels in an Enterprise organization.
认证
需要 Connected AccountScopes
admin.conversations:readTags
Admin Conversations SetConversationPrefsSLACK_ADMIN_CONVERSATIONS_SET_CONVERSATION_PREFSSet the posting permissions for a public or private channel.需要连接1 scope
Set the posting permissions for a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations SetTeamsSLACK_ADMIN_CONVERSATIONS_SET_TEAMSSet the workspaces in an Enterprise grid org that connect to a public or private channel.需要连接1 scope
Set the workspaces in an Enterprise grid org that connect to a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Conversations UnarchiveSLACK_ADMIN_CONVERSATIONS_UNARCHIVEUnarchive a public or private channel.需要连接1 scope
Unarchive a public or private channel.
认证
需要 Connected AccountScopes
admin.conversations:writeTags
Admin Emoji AddSLACK_ADMIN_EMOJI_ADDAdd an emoji.需要连接1 scope
Add an emoji.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Emoji AddAliasSLACK_ADMIN_EMOJI_ADD_ALIASAdd an emoji alias.需要连接1 scope
Add an emoji alias.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Emoji ListSLACK_ADMIN_EMOJI_LISTList emoji for an Enterprise Grid organization.需要连接1 scope
List emoji for an Enterprise Grid organization.
认证
需要 Connected AccountScopes
admin.teams:readTags
Admin Emoji RemoveSLACK_ADMIN_EMOJI_REMOVERemove an emoji across an Enterprise Grid organization需要连接1 scope
Remove an emoji across an Enterprise Grid organization
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Emoji RenameSLACK_ADMIN_EMOJI_RENAMERename an emoji.需要连接1 scope
Rename an emoji.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin InviteRequests ApproveSLACK_ADMIN_INVITE_REQUESTS_APPROVEApprove a workspace invite request.需要连接1 scope
Approve a workspace invite request.
认证
需要 Connected AccountScopes
admin.invites:writeTags
Admin InviteRequests Approved ListSLACK_ADMIN_INVITE_REQUESTS_APPROVED_LISTList all approved workspace invite requests.需要连接1 scope
List all approved workspace invite requests.
认证
需要 Connected AccountScopes
admin.invites:readTags
Admin InviteRequests Denied ListSLACK_ADMIN_INVITE_REQUESTS_DENIED_LISTList all denied workspace invite requests.需要连接1 scope
List all denied workspace invite requests.
认证
需要 Connected AccountScopes
admin.invites:readTags
Admin InviteRequests DenySLACK_ADMIN_INVITE_REQUESTS_DENYDeny a workspace invite request.需要连接1 scope
Deny a workspace invite request.
认证
需要 Connected AccountScopes
admin.invites:writeTags
Admin InviteRequests ListSLACK_ADMIN_INVITE_REQUESTS_LISTList all pending workspace invite requests.需要连接1 scope
List all pending workspace invite requests.
认证
需要 Connected AccountScopes
admin.invites:readTags
Admin Teams Admins ListSLACK_ADMIN_TEAMS_ADMINS_LISTList all of the admins on a given workspace.需要连接1 scope
List all of the admins on a given workspace.
认证
需要 Connected AccountScopes
admin.teams:readTags
Admin Teams CreateSLACK_ADMIN_TEAMS_CREATECreate an Enterprise team.需要连接1 scope
Create an Enterprise team.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Teams ListSLACK_ADMIN_TEAMS_LISTList all teams on an Enterprise organization需要连接1 scope
List all teams on an Enterprise organization
认证
需要 Connected AccountScopes
admin.teams:readTags
Admin Teams Owners ListSLACK_ADMIN_TEAMS_OWNERS_LISTList all of the owners on a given workspace.需要连接1 scope
List all of the owners on a given workspace.
认证
需要 Connected AccountScopes
admin.teams:readTags
Admin Teams Settings InfoSLACK_ADMIN_TEAMS_SETTINGS_INFOFetch information about settings in a workspace需要连接1 scope
Fetch information about settings in a workspace
认证
需要 Connected AccountScopes
admin.teams:readTags
Admin Teams Settings SetDefaultChannelsSLACK_ADMIN_TEAMS_SETTINGS_SET_DEFAULT_CHANNELSSet the default channels of a workspace.需要连接1 scope
Set the default channels of a workspace.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Teams Settings SetDescriptionSLACK_ADMIN_TEAMS_SETTINGS_SET_DESCRIPTIONSet the description of a given workspace.需要连接1 scope
Set the description of a given workspace.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Teams Settings SetDiscoverabilitySLACK_ADMIN_TEAMS_SETTINGS_SET_DISCOVERABILITYAn API method that allows admins to set the discoverability of a given workspace需要连接1 scope
An API method that allows admins to set the discoverability of a given workspace
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Teams Settings SetIconSLACK_ADMIN_TEAMS_SETTINGS_SET_ICONSets the icon of a workspace.需要连接1 scope
Sets the icon of a workspace.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Teams Settings SetNameSLACK_ADMIN_TEAMS_SETTINGS_SET_NAMESet the name of a given workspace.需要连接1 scope
Set the name of a given workspace.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Usergroups AddChannelsSLACK_ADMIN_USERGROUPS_ADD_CHANNELSAdd one or more default channels to an IDP group.需要连接1 scope
Add one or more default channels to an IDP group.
认证
需要 Connected AccountScopes
admin.usergroups:writeTags
Admin Usergroups AddTeamsSLACK_ADMIN_USERGROUPS_ADD_TEAMSAssociate one or more default workspaces with an organization-wide IDP group.需要连接1 scope
Associate one or more default workspaces with an organization-wide IDP group.
认证
需要 Connected AccountScopes
admin.teams:writeTags
Admin Usergroups ListChannelsSLACK_ADMIN_USERGROUPS_LIST_CHANNELSList the channels linked to an org-level IDP group (user group).需要连接1 scope
List the channels linked to an org-level IDP group (user group).
认证
需要 Connected AccountScopes
admin.usergroups:readTags
Admin Usergroups RemoveChannelsSLACK_ADMIN_USERGROUPS_REMOVE_CHANNELSRemove one or more default channels from an org-level IDP group (user group).需要连接1 scope
Remove one or more default channels from an org-level IDP group (user group).
认证
需要 Connected AccountScopes
admin.usergroups:writeTags
Admin Users AssignSLACK_ADMIN_USERS_ASSIGNAdd an Enterprise user to a workspace.需要连接1 scope
Add an Enterprise user to a workspace.
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users InviteSLACK_ADMIN_USERS_INVITEInvite a user to a workspace.需要连接1 scope
Invite a user to a workspace.
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users ListSLACK_ADMIN_USERS_LISTList users on a workspace需要连接1 scope
List users on a workspace
认证
需要 Connected AccountScopes
admin.users:readTags
Admin Users RemoveSLACK_ADMIN_USERS_REMOVERemove a user from a workspace.需要连接1 scope
Remove a user from a workspace.
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users Session InvalidateSLACK_ADMIN_USERS_SESSION_INVALIDATEInvalidate a single session for a user by session_id需要连接1 scope
Invalidate a single session for a user by session_id
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users Session ResetSLACK_ADMIN_USERS_SESSION_RESETWipes all valid sessions on all devices for a given user需要连接1 scope
Wipes all valid sessions on all devices for a given user
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users SetAdminSLACK_ADMIN_USERS_SET_ADMINSet an existing guest, regular user, or owner to be an admin user.需要连接1 scope
Set an existing guest, regular user, or owner to be an admin user.
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users SetExpirationSLACK_ADMIN_USERS_SET_EXPIRATIONSet an expiration for a guest user需要连接1 scope
Set an expiration for a guest user
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users SetOwnerSLACK_ADMIN_USERS_SET_OWNERSet an existing guest, regular user, or admin user to be a workspace owner.需要连接1 scope
Set an existing guest, regular user, or admin user to be a workspace owner.
认证
需要 Connected AccountScopes
admin.users:writeTags
Admin Users SetRegularSLACK_ADMIN_USERS_SET_REGULARSet an existing guest user, admin user, or owner to be a regular user.需要连接1 scope
Set an existing guest user, admin user, or owner to be a regular user.
认证
需要 Connected AccountScopes
admin.users:writeTags
Api TestSLACK_API_TESTChecks API calling code.需要连接
Checks API calling code.
认证
需要 Connected AccountTags
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.需要连接1 scope
Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.
认证
需要 Connected AccountScopes
authorizations:readTags
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 AccountTags
Apps Permissions RequestSLACK_APPS_PERMISSIONS_REQUESTAllows an app to request additional scopes需要连接
Allows an app to request additional scopes
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Apps UninstallSLACK_APPS_UNINSTALLUninstalls your app from a workspace.需要连接
Uninstalls your app from a workspace.
认证
需要 Connected AccountTags
Auth RevokeSLACK_AUTH_REVOKERevokes a token.需要连接
Revokes a token.
认证
需要 Connected AccountTags
Auth TestSLACK_AUTH_TESTChecks authentication & identity.需要连接
Checks authentication & identity.
认证
需要 Connected AccountTags
Bots InfoSLACK_BOTS_INFOGets information about a bot user.需要连接1 scope
Gets information about a bot user.
认证
需要 Connected AccountScopes
users:readTags
Calls AddSLACK_CALLS_ADDRegisters a new Call.需要连接1 scope
Registers a new Call.
认证
需要 Connected AccountScopes
calls:writeTags
Calls EndSLACK_CALLS_ENDEnds a Call.需要连接1 scope
Ends a Call.
认证
需要 Connected AccountScopes
calls:writeTags
Calls InfoSLACK_CALLS_INFOReturns information about a Call.需要连接1 scope
Returns information about a Call.
认证
需要 Connected AccountScopes
calls:readTags
Calls Participants AddSLACK_CALLS_PARTICIPANTS_ADDRegisters new participants added to a Call.需要连接1 scope
Registers new participants added to a Call.
认证
需要 Connected AccountScopes
calls:writeTags
Calls Participants RemoveSLACK_CALLS_PARTICIPANTS_REMOVERegisters participants removed from a Call.需要连接1 scope
Registers participants removed from a Call.
认证
需要 Connected AccountScopes
calls:writeTags
Calls UpdateSLACK_CALLS_UPDATEUpdates information about a Call.需要连接1 scope
Updates information about a Call.
认证
需要 Connected AccountScopes
calls:writeTags
Chat DeleteSLACK_CHAT_DELETEDeletes a message.需要连接1 scope
Deletes a message.
认证
需要 Connected AccountScopes
chat:writeTags
Chat DeleteScheduledMessageSLACK_CHAT_DELETE_SCHEDULED_MESSAGEDeletes a pending scheduled message from the queue.需要连接1 scope
Deletes a pending scheduled message from the queue.
认证
需要 Connected AccountScopes
chat:writeTags
Chat GetPermalinkSLACK_CHAT_GET_PERMALINKRetrieve a permalink URL for a specific extant message需要连接
Retrieve a permalink URL for a specific extant message
认证
需要 Connected AccountTags
Chat MeMessageSLACK_CHAT_ME_MESSAGEShare a me message into a channel.需要连接1 scope
Share a me message into a channel.
认证
需要 Connected AccountScopes
chat:writeTags
Chat PostEphemeralSLACK_CHAT_POST_EPHEMERALSends an ephemeral message to a user in a channel.需要连接1 scope
Sends an ephemeral message to a user in a channel.
认证
需要 Connected AccountScopes
chat:writeTags
Chat PostMessageSLACK_CHAT_POST_MESSAGESends a message to a channel.需要连接1 scope
Sends a message to a channel.
认证
需要 Connected AccountScopes
chat:writeTags
Chat ScheduleMessageSLACK_CHAT_SCHEDULE_MESSAGESchedules a message to be sent to a channel.需要连接1 scope
Schedules a message to be sent to a channel.
认证
需要 Connected AccountScopes
chat:writeTags
Chat ScheduledMessages ListSLACK_CHAT_SCHEDULED_MESSAGES_LISTReturns a list of scheduled messages.需要连接
Returns a list of scheduled messages.
认证
需要 Connected AccountTags
Chat UnfurlSLACK_CHAT_UNFURLProvide custom unfurl behavior for user-posted URLs需要连接1 scope
Provide custom unfurl behavior for user-posted URLs
认证
需要 Connected AccountScopes
links:writeTags
Chat UpdateSLACK_CHAT_UPDATEUpdates a message.需要连接1 scope
Updates a message.
认证
需要 Connected AccountScopes
chat:writeTags
Conversations ArchiveSLACK_CONVERSATIONS_ARCHIVEArchives a conversation.需要连接4 scopes
Archives a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations CloseSLACK_CONVERSATIONS_CLOSECloses a direct message or multi-person direct message.需要连接4 scopes
Closes a direct message or multi-person direct message.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations CreateSLACK_CONVERSATIONS_CREATEInitiates a public or private channel-based conversation需要连接4 scopes
Initiates a public or private channel-based conversation
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations HistorySLACK_CONVERSATIONS_HISTORYFetches a conversation's history of messages and events.需要连接4 scopes
Fetches a conversation's history of messages and events.
认证
需要 Connected AccountScopes
channels:historygroups:historyim:historympim:historyTags
Conversations InfoSLACK_CONVERSATIONS_INFORetrieve information about a conversation.需要连接4 scopes
Retrieve information about a conversation.
认证
需要 Connected AccountScopes
channels:readgroups:readim:readmpim:readTags
Conversations InviteSLACK_CONVERSATIONS_INVITEInvites users to a channel.需要连接4 scopes
Invites users to a channel.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations JoinSLACK_CONVERSATIONS_JOINJoins an existing conversation.需要连接1 scope
Joins an existing conversation.
认证
需要 Connected AccountScopes
channels:writeTags
Conversations KickSLACK_CONVERSATIONS_KICKRemoves a user from a conversation.需要连接4 scopes
Removes a user from a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations LeaveSLACK_CONVERSATIONS_LEAVELeaves a conversation.需要连接4 scopes
Leaves a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations ListSLACK_CONVERSATIONS_LISTLists all channels in a Slack team.需要连接4 scopes
Lists all channels in a Slack team.
认证
需要 Connected AccountScopes
channels:readgroups:readim:readmpim:readTags
Conversations MarkSLACK_CONVERSATIONS_MARKSets the read cursor in a channel.需要连接4 scopes
Sets the read cursor in a channel.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations MembersSLACK_CONVERSATIONS_MEMBERSRetrieve members of a conversation.需要连接4 scopes
Retrieve members of a conversation.
认证
需要 Connected AccountScopes
channels:readgroups:readim:readmpim:readTags
Conversations OpenSLACK_CONVERSATIONS_OPENOpens or resumes a direct message or multi-person direct message.需要连接4 scopes
Opens or resumes a direct message or multi-person direct message.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations RenameSLACK_CONVERSATIONS_RENAMERenames a conversation.需要连接4 scopes
Renames a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations RepliesSLACK_CONVERSATIONS_REPLIESRetrieve a thread of messages posted to a conversation需要连接4 scopes
Retrieve a thread of messages posted to a conversation
认证
需要 Connected AccountScopes
channels:historygroups:historyim:historympim:historyTags
Conversations SetPurposeSLACK_CONVERSATIONS_SET_PURPOSESets the purpose for a conversation.需要连接4 scopes
Sets the purpose for a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations SetTopicSLACK_CONVERSATIONS_SET_TOPICSets the topic for a conversation.需要连接4 scopes
Sets the topic for a conversation.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Conversations UnarchiveSLACK_CONVERSATIONS_UNARCHIVEReverses conversation archival.需要连接4 scopes
Reverses conversation archival.
认证
需要 Connected AccountScopes
channels:writegroups:writeim:writempim:writeTags
Dialog OpenSLACK_DIALOG_OPENOpen a dialog with a user需要连接
Open a dialog with a user
认证
需要 Connected AccountTags
Dnd EndDndSLACK_DND_END_DNDEnds the current user's Do Not Disturb session immediately.需要连接1 scope
Ends the current user's Do Not Disturb session immediately.
认证
需要 Connected AccountScopes
dnd:writeTags
Dnd EndSnoozeSLACK_DND_END_SNOOZEEnds the current user's snooze mode immediately.需要连接1 scope
Ends the current user's snooze mode immediately.
认证
需要 Connected AccountScopes
dnd:writeTags
Dnd InfoSLACK_DND_INFORetrieves a user's current Do Not Disturb status.需要连接1 scope
Retrieves a user's current Do Not Disturb status.
认证
需要 Connected AccountScopes
dnd:readTags
Dnd SetSnoozeSLACK_DND_SET_SNOOZETurns on Do Not Disturb mode for the current user, or changes its duration.需要连接1 scope
Turns on Do Not Disturb mode for the current user, or changes its duration.
认证
需要 Connected AccountScopes
dnd:writeTags
Dnd TeamInfoSLACK_DND_TEAM_INFORetrieves the Do Not Disturb status for up to 50 users on a team.需要连接1 scope
Retrieves the Do Not Disturb status for up to 50 users on a team.
认证
需要 Connected AccountScopes
dnd:readTags
Emoji ListSLACK_EMOJI_LISTLists custom emoji for a team.需要连接1 scope
Lists custom emoji for a team.
认证
需要 Connected AccountScopes
emoji:readTags
Files Comments DeleteSLACK_FILES_COMMENTS_DELETEDeletes an existing comment on a file.需要连接1 scope
Deletes an existing comment on a file.
认证
需要 Connected AccountScopes
files:write:userTags
Files DeleteSLACK_FILES_DELETEDeletes a file.需要连接1 scope
Deletes a file.
认证
需要 Connected AccountScopes
files:write:userTags
Files InfoSLACK_FILES_INFOGets information about a file.需要连接1 scope
Gets information about a file.
认证
需要 Connected AccountScopes
files:readTags
Files ListSLACK_FILES_LISTList for a team, in a channel, or from a user with applied filters.需要连接1 scope
List for a team, in a channel, or from a user with applied filters.
认证
需要 Connected AccountScopes
files:readTags
Files Remote AddSLACK_FILES_REMOTE_ADDAdds a file from a remote service需要连接1 scope
Adds a file from a remote service
认证
需要 Connected AccountScopes
remote_files:writeTags
Files Remote InfoSLACK_FILES_REMOTE_INFORetrieve information about a remote file added to Slack需要连接1 scope
Retrieve information about a remote file added to Slack
认证
需要 Connected AccountScopes
remote_files:readTags
Files Remote ListSLACK_FILES_REMOTE_LISTRetrieve information about a remote file added to Slack需要连接1 scope
Retrieve information about a remote file added to Slack
认证
需要 Connected AccountScopes
remote_files:readTags
Files Remote RemoveSLACK_FILES_REMOTE_REMOVERemove a remote file.需要连接1 scope
Remove a remote file.
认证
需要 Connected AccountScopes
remote_files:writeTags
Files Remote ShareSLACK_FILES_REMOTE_SHAREShare a remote file into a channel.需要连接1 scope
Share a remote file into a channel.
认证
需要 Connected AccountScopes
remote_files:shareTags
Files Remote UpdateSLACK_FILES_REMOTE_UPDATEUpdates an existing remote file.需要连接1 scope
Updates an existing remote file.
认证
需要 Connected AccountScopes
remote_files:writeTags
Files RevokePublicURLSLACK_FILES_REVOKE_PUBLIC_URLRevokes public/external sharing access for a file需要连接1 scope
Revokes public/external sharing access for a file
认证
需要 Connected AccountScopes
files:write:userTags
Files SharedPublicURLSLACK_FILES_SHARED_PUBLIC_URLEnables a file for public/external sharing.需要连接1 scope
Enables a file for public/external sharing.
认证
需要 Connected AccountScopes
files:write:userTags
Files UploadSLACK_FILES_UPLOADUploads or creates a file.需要连接1 scope
Uploads or creates a file.
认证
需要 Connected AccountScopes
files:write:userTags
Migration ExchangeSLACK_MIGRATION_EXCHANGEFor Enterprise Grid workspaces, map local user IDs to global user IDs需要连接1 scope
For Enterprise Grid workspaces, map local user IDs to global user IDs
认证
需要 Connected AccountScopes
tokens.basicTags
Oauth AccessSLACK_OAUTH_ACCESSExchanges a temporary OAuth verifier code for an access token.需要连接
Exchanges a temporary OAuth verifier code for an access token.
认证
需要 Connected AccountTags
Oauth TokenSLACK_OAUTH_TOKENExchanges a temporary OAuth verifier code for a workspace token.需要连接
Exchanges a temporary OAuth verifier code for a workspace token.
认证
需要 Connected AccountTags
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 AccountTags
Pins AddSLACK_PINS_ADDPins an item to a channel.需要连接1 scope
Pins an item to a channel.
认证
需要 Connected AccountScopes
pins:writeTags
Pins ListSLACK_PINS_LISTLists items pinned to a channel.需要连接1 scope
Lists items pinned to a channel.
认证
需要 Connected AccountScopes
pins:readTags
Pins RemoveSLACK_PINS_REMOVEUn-pins an item from a channel.需要连接1 scope
Un-pins an item from a channel.
认证
需要 Connected AccountScopes
pins:writeTags
Reactions AddSLACK_REACTIONS_ADDAdds a reaction to an item.需要连接1 scope
Adds a reaction to an item.
认证
需要 Connected AccountScopes
reactions:writeTags
Reactions GetSLACK_REACTIONS_GETGets reactions for an item.需要连接1 scope
Gets reactions for an item.
认证
需要 Connected AccountScopes
reactions:readTags
Reactions ListSLACK_REACTIONS_LISTLists reactions made by a user.需要连接1 scope
Lists reactions made by a user.
认证
需要 Connected AccountScopes
reactions:readTags
Reactions RemoveSLACK_REACTIONS_REMOVERemoves a reaction from an item.需要连接1 scope
Removes a reaction from an item.
认证
需要 Connected AccountScopes
reactions:writeTags
Reminders AddSLACK_REMINDERS_ADDCreates a reminder.需要连接1 scope
Creates a reminder.
认证
需要 Connected AccountScopes
reminders:writeTags
Reminders CompleteSLACK_REMINDERS_COMPLETEMarks a reminder as complete.需要连接1 scope
Marks a reminder as complete.
认证
需要 Connected AccountScopes
reminders:writeTags
Reminders DeleteSLACK_REMINDERS_DELETEDeletes a reminder.需要连接1 scope
Deletes a reminder.
认证
需要 Connected AccountScopes
reminders:writeTags
Reminders InfoSLACK_REMINDERS_INFOGets information about a reminder.需要连接1 scope
Gets information about a reminder.
认证
需要 Connected AccountScopes
reminders:readTags
Reminders ListSLACK_REMINDERS_LISTLists all reminders created by or for a given user.需要连接1 scope
Lists all reminders created by or for a given user.
认证
需要 Connected AccountScopes
reminders:readTags
Rtm ConnectSLACK_RTM_CONNECTStarts a Real Time Messaging session.需要连接1 scope
Starts a Real Time Messaging session.
认证
需要 Connected AccountScopes
rtm:streamTags
Search MessagesSLACK_SEARCH_MESSAGESSearches for messages matching a query.需要连接1 scope
Searches for messages matching a query.
认证
需要 Connected AccountScopes
search:readTags
Stars AddSLACK_STARS_ADDAdds a star to an item.需要连接1 scope
Adds a star to an item.
认证
需要 Connected AccountScopes
stars:writeTags
Stars ListSLACK_STARS_LISTLists stars for a user.需要连接1 scope
Lists stars for a user.
认证
需要 Connected AccountScopes
stars:readTags
Stars RemoveSLACK_STARS_REMOVERemoves a star from an item.需要连接1 scope
Removes a star from an item.
认证
需要 Connected AccountScopes
stars:writeTags
Team AccessLogsSLACK_TEAM_ACCESS_LOGSGets the access logs for the current team.需要连接1 scope
Gets the access logs for the current team.
认证
需要 Connected AccountScopes
adminTags
Team BillableInfoSLACK_TEAM_BILLABLE_INFOGets billable users information for the current team.需要连接1 scope
Gets billable users information for the current team.
认证
需要 Connected AccountScopes
adminTags
Team InfoSLACK_TEAM_INFOGets information about the current team.需要连接1 scope
Gets information about the current team.
认证
需要 Connected AccountScopes
team:readTags
Team IntegrationLogsSLACK_TEAM_INTEGRATION_LOGSGets the integration logs for the current team.需要连接1 scope
Gets the integration logs for the current team.
认证
需要 Connected AccountScopes
adminTags
Team Profile GetSLACK_TEAM_PROFILE_GETRetrieve a team's profile.需要连接1 scope
Retrieve a team's profile.
认证
需要 Connected AccountScopes
users.profile:readTags
Usergroups CreateSLACK_USERGROUPS_CREATECreate a User Group需要连接1 scope
Create a User Group
认证
需要 Connected AccountScopes
usergroups:writeTags
Usergroups DisableSLACK_USERGROUPS_DISABLEDisable an existing User Group需要连接1 scope
Disable an existing User Group
认证
需要 Connected AccountScopes
usergroups:writeTags
Usergroups EnableSLACK_USERGROUPS_ENABLEEnable a User Group需要连接1 scope
Enable a User Group
认证
需要 Connected AccountScopes
usergroups:writeTags
Usergroups ListSLACK_USERGROUPS_LISTList all User Groups for a team需要连接1 scope
List all User Groups for a team
认证
需要 Connected AccountScopes
usergroups:readTags
Usergroups UpdateSLACK_USERGROUPS_UPDATEUpdate an existing User Group需要连接1 scope
Update an existing User Group
认证
需要 Connected AccountScopes
usergroups:writeTags
Usergroups Users ListSLACK_USERGROUPS_USERS_LISTList all users in a User Group需要连接1 scope
List all users in a User Group
认证
需要 Connected AccountScopes
usergroups:readTags
Usergroups Users UpdateSLACK_USERGROUPS_USERS_UPDATEUpdate the list of users for a User Group需要连接1 scope
Update the list of users for a User Group
认证
需要 Connected AccountScopes
usergroups:writeTags
Users ConversationsSLACK_USERS_CONVERSATIONSList conversations the calling user may access.需要连接4 scopes
List conversations the calling user may access.
认证
需要 Connected AccountScopes
channels:readgroups:readim:readmpim:readTags
Users DeletePhotoSLACK_USERS_DELETE_PHOTODelete the user profile photo需要连接1 scope
Delete the user profile photo
认证
需要 Connected AccountScopes
users.profile:writeTags
Users GetPresenceSLACK_USERS_GET_PRESENCEGets user presence information.需要连接1 scope
Gets user presence information.
认证
需要 Connected AccountScopes
users:readTags
Users IdentitySLACK_USERS_IDENTITYGet a user's identity.需要连接1 scope
Get a user's identity.
认证
需要 Connected AccountScopes
identity.basicTags
Users InfoSLACK_USERS_INFOGets information about a user.需要连接1 scope
Gets information about a user.
认证
需要 Connected AccountScopes
users:readTags
Users ListSLACK_USERS_LISTLists all users in a Slack team.需要连接1 scope
Lists all users in a Slack team.
认证
需要 Connected AccountScopes
users:readTags
Users LookupByEmailSLACK_USERS_LOOKUP_BY_EMAILFind a user with an email address.需要连接1 scope
Find a user with an email address.
认证
需要 Connected AccountScopes
users:read.emailTags
Users Profile GetSLACK_USERS_PROFILE_GETRetrieves a user's profile information.需要连接1 scope
Retrieves a user's profile information.
认证
需要 Connected AccountScopes
users.profile:readTags
Users Profile SetSLACK_USERS_PROFILE_SETSet the profile information for a user.需要连接1 scope
Set the profile information for a user.
认证
需要 Connected AccountScopes
users.profile:writeTags
Users SetActiveSLACK_USERS_SET_ACTIVEMarked a user as active. Deprecated and non-functional.需要连接1 scope
Marked a user as active. Deprecated and non-functional.
认证
需要 Connected AccountScopes
users:writeTags
Users SetPhotoSLACK_USERS_SET_PHOTOSet the user profile photo需要连接1 scope
Set the user profile photo
认证
需要 Connected AccountScopes
users.profile:writeTags
Users SetPresenceSLACK_USERS_SET_PRESENCEManually sets user presence.需要连接1 scope
Manually sets user presence.
认证
需要 Connected AccountScopes
users:writeTags
Views OpenSLACK_VIEWS_OPENOpen a view for a user.需要连接
Open a view for a user.
认证
需要 Connected AccountTags
Views PublishSLACK_VIEWS_PUBLISHPublish a static view for a User.需要连接
Publish a static view for a User.
认证
需要 Connected AccountTags
Views PushSLACK_VIEWS_PUSHPush a view onto the stack of a root view.需要连接
Push a view onto the stack of a root view.
认证
需要 Connected AccountTags
Views UpdateSLACK_VIEWS_UPDATEUpdate an existing view.需要连接
Update an existing view.
认证
需要 Connected AccountTags
Workflows StepFailedSLACK_WORKFLOWS_STEP_FAILEDIndicate that an app's step in a workflow failed to execute.需要连接1 scope
Indicate that an app's step in a workflow failed to execute.
认证
需要 Connected AccountScopes
workflow.steps:executeTags