Tool to send a message to a Revolt channel. Use when you need to post a text message, embed, or attachment to a specific channel. Call after authenticating with bot token.
flagsintegerBitfield of message flags (see https://docs.rs/revolt-models/latest/revolt_models/v0/enum.MessageFlags.html)
noncestringDeprecated: Unique token to prevent duplicate message sending. Use Idempotency-Key header instead
embedsarrayList of embeds to include in message. Text embed content contributes to the content length cap
targetRequiredstringID of the channel to send the message to
contentstringMessage content to send (max 2000 characters)
repliesarrayList of messages to reply to
masqueradeobjectMasquerade to apply to this message.
attachmentsarrayList of attachment file IDs to include in message
interactionsobjectInformation about how this message should be interacted with.
idempotency_keystringUnique key to prevent duplicate requests. Sent as Idempotency-Key header
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.