Slack
SLACKBOT_SET_THE_TOPIC_OF_A_CONVERSATION
Sets or updates the topic for a specified Slack conversation.
Remote slackbot
Other tools also called SLACKBOT_SET_THE_TOPIC_OF_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"topic": {
"type": "string",
"title": "Topic",
"examples": [
"Q4 Planning Discussion",
"Weekly Sync Updates"
],
"description": "The new topic for the conversation. It must be a string up to 250 characters long. Text formatting and linkification are not supported."
},
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C1234567890",
"G0123456789",
"D012345678"
],
"description": "The ID of the public channel, private channel, direct message, or multi-person direct message conversation for which the topic will be set."
}
}
}