discord.sendMessage send a text message to a Discord channel or thread.
automations/discord-send-message.automation.ts
Inputs
RequiredchannelId and 1–2,000 character content. Optional tts and suppressEmbeds. Optional second argument { account } selects the Discord binding.
Output
Returns the createdDiscordMessage.
Discord behavior
RequiresSEND_MESSAGES; threads also require SEND_MESSAGES_IN_THREADS. Create requests are not automatically replayed.