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