Slack
SLACKBOT_ADD_AN_EMOJI_ALIAS_IN_SLACK
Adds an alias for an existing custom emoji in a Slack Enterprise Grid organization.
Remote slackbot
Other tools also called SLACKBOT_ADD_AN_EMOJI_ALIAS_IN_SLACK?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"examples": [
"parrot_alias",
":approved_alias:"
],
"description": "The new alias to be created for the emoji specified in `alias_for` (e.g., `new_emoji_alias`). Colons around the name (e.g., `:my_alias:`) are optional and will be automatically trimmed, along with any leading/trailing whitespace."
},
"token": {
"type": "string",
"title": "Token",
"description": "Authentication token. Requires the `admin.teams:write` scope."
},
"alias_for": {
"type": "string",
"title": "Alias For",
"examples": [
"party_parrot",
"approved_stamp"
],
"description": "The canonical name of the existing custom emoji (e.g., `original_emoji`)."
}
}
}