Sends a message to a Discord channel. Supports text content, embeds, stickers, components, and replies. Requires SEND_MESSAGES permission and at least one of content, embeds, sticker_ids, or components.
ttsbooleanWhether this is a text-to-speech message.
flagsintegerMessage flags (e.g., 4 for SUPPRESS_EMBEDS, 64 for EPHEMERAL).
embedsarrayUp to 10 embed objects. Each embed can contain title, description, url, timestamp, color, footer, image, thumbnail, video, provider, author, and fields.
contentstringMessage text content (max 2000 characters). Required if embeds, sticker_ids, and components are all empty.
channel_idRequiredstringID of the channel to send the message to.
componentsarrayUp to 5 action rows of interactive components (buttons, select menus).
sticker_idsarrayUp to 3 sticker IDs accessible to the bot.
allowed_mentionsobjectControls which mentions in content trigger notifications. Keys: parse (list of 'roles', 'users', 'everyone'), roles (list of role IDs), users (list of user IDs), replied_user (bool).
message_referenceobjectReference for replying to a message. Requires message_id. Optional: channel_id, guild_id, fail_if_not_exists.
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.