Slack
SLACK_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 slack
Other tools also called SLACK_RENAME_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "New name for the conversation. Must be 80 characters or less and contain only lowercase letters, numbers, hyphens, and underscores.\nExample: \"new-channel-name\""
},
"channel": {
"type": "string",
"description": "ID of the conversation (channel) to rename.\nExample: \"C012AB3CD\""
}
}
}