Creates a new custom emoji in a specified Discord guild, requiring CREATE_EXPRESSIONS permission and adherence to guild emoji limits.
nameRequiredstringThe name for the new emoji. Must be between 2 and 32 characters long and can only contain alphanumeric characters and underscores.
imageRequiredstringThe base64 encoded image data for the emoji. Must be a 128x128px GIF or PNG. The data must be URI encoded (e.g., 'data:image/png;base64,BASE64_ENCODED_IMAGE_DATA'). Image size should be less than 256KB.
rolesarrayAn array of role IDs to which this emoji will be restricted. If omitted or empty, the emoji is available to @everyone.
guild_idRequiredstringThe ID of the Discord guild (server) where the emoji will be created.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.