Slack
SLACKBOT_RENAME_AN_EMOJI
Renames an existing custom emoji in a Slack workspace, updating all its instances.
Remote slackbot
Other tools also called SLACKBOT_RENAME_AN_EMOJI?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"examples": [
"current_emoji_name",
"old_face"
],
"description": "Current name of the custom emoji to be renamed. Colons (e.g., `:current_emoji:`) are optional."
},
"token": {
"type": "string",
"title": "Token",
"description": "Authentication token."
},
"new_name": {
"type": "string",
"title": "New Name",
"examples": [
"new_emoji_name",
"updated_icon"
],
"description": "Desired new name for the custom emoji. Must be unique within the workspace and adhere to Slack's emoji naming conventions."
}
}
}