Slack

slack_set_channel_topic

Set or update the topic of a channel.

Remote node2flow/slack

Other tools also called slack_set_channel_topic? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "description": "New topic text"
    },
    "channel": {
      "type": "string",
      "description": "Channel ID"
    }
  }
}
          

Provider

Slack →