← Back to all apps

Slack

Productivityby OpenAI

Connect to Slack to share messages and create canvases directly to simplify collaboration and boost productivity. Search and retrieve messages, channels, threads, files, and users, giving Claude the context to streamline your work.

5ChatGPT Tools
11Claude Tools
OpenAIDeveloper
ProductivityCategory

Available Tools

Add Reaction

add_reaction
Full Description

Add an emoji reaction to a message.

Parameters (3 required)
Required
channel_idstring
message_idstring
reactionstring

Get File

get_file
Full Description

Fetch the contents of a Slack attachment as a base64 encoded payload.

Parameters (1 required)
Required
file_idstring

Get Permalink

get_permalink
Parameters (2 required)
Required
channel_idstring
message_idstring

Get Profile

get_profile

Get Reactions

get_reactions
Full Description

Get all reactions for a message.

Parameters (2 required)
Required
channel_idstring
message_idstring

Get Thread

get_thread
Full Description

Get all messages in a thread. Args: channel_id: The ID of the channel to get the thread from. message_id: The ID of the thread to get.

Parameters (2 required)
Required
channel_idstring
message_idstring

Remove Reaction

remove_reaction
Full Description

Remove an emoji reaction from a message.

Parameters (3 required)
Required
channel_idstring
message_idstring
reactionstring

Send Ephemeral Message

send_ephemeral_message
Full Description

Send a disappearing message to a particular user in a channel.

Parameters (3 required, 1 optional)
Required
channel_idstring

The ID of the channel, group or the ID of the user to send the message to.

message
target_user_idstring

The ID of the user to send the message to.

Optional
thread_idstring

Optional thread ID or thread ts to send a message to a thread.

Default: null

Send Message

send_message
Full Description

Send a message to a channel, group or a DM to a user.

Parameters (2 required, 3 optional)
Required
channel_idstring

The ID of the channel, group or the ID of the user to send the message to.

message
Optional
thread_idstring

Optional thread ID or thread ts to send a message to a thread.

Default: null
unfurl_linksboolean

Whether to unfurl regular URLs in the message.

Default: null
unfurl_mediaboolean

Whether to unfurl media URLs in the message.

Default: null