Slack
SLACKBOT_RENAME_A_CONVERSATION
Renames a Slack channel, automatically adjusting the new name to meet naming conventions (e.g., converting to lowercase), which may affect integrations using the old name.
Remote slackbot
Other tools also called SLACKBOT_RENAME_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"examples": [
"new-channel-name"
],
"description": "New name for the conversation. Must be 80 characters or less and contain only lowercase letters, numbers, hyphens, and underscores."
},
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C012AB3CD"
],
"description": "ID of the conversation (channel) to rename."
}
}
}