provider admin.emojiadmin POST /admin.emoji.add
@utdk/slack /admin.emoji.add
admin_emoji_add
Add an emoji.

Try it

Authentication
Configure credentials for Slack Web API
adminEmojiAdd
POST/admin.emoji.add
Add an emoji.

Input

required

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

required

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

required

The URL of a file to use as an image for the emoji. Square images under 128KB and with transparent backgrounds work best.

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.adminEmojiAdd()