provider admin.emojiadmin POST /admin.emoji.addAlias
@utdk/slack /admin.emoji.addAlias
admin_emoji_addAlias
Add an emoji alias.

Try it

Authentication
Configure credentials for Slack Web API
adminEmojiAddalias
POST/admin.emoji.addAlias
Add an emoji alias.

Input

required

The alias of the emoji.

required

The name of the emoji to be aliased. Colons (`:myemoji:`) around the value are not required, although they may be included.

required

Authentication token. Requires scope: `admin.teams:write`

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminEmojiAddalias()