API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

Slack Emoji API

Slack's Emoji API lets apps discover and manage a workspace's custom emoji. The core method, emoji.list (requires the emoji:read scope), returns a name-to-URL map of all custom emoji along with aliases (noted as alias:other_name) and a cache timestamp to help clients sync efficiently. Apps can also subscribe to the emoji_changed event to stay up to date when emoji are added, renamed, or removed.

Documentation

Specifications

OpenAPI

slack-emoji-openapi.yml Raw ↑