flow
(required): The flow from the previous node in the spell.content
(required): The text content of the message to send to Discord. This can include plain text, emoji, and basic markdown formatting.channel
(required): The ID of the Discord channel to send the message to. This should be a string in the format CHANNEL_ID
.flow
: The flow continues to the next node in the spell after the message is sent.flow
input to the output of the previous node in your spell.content
input to the text you want to include in your Discord message. You can include emoji and basic markdown formatting.channel
input to the ID of the Discord channel where you want to send the message. You can find the channel ID by right-clicking the channel in Discord and selecting “Copy ID”.flow
output to the next node in your spell, if applicable.content
to a string that includes the summary information, e.g. “Daily update: There were 25 new signups today!”channel
to the ID of your “daily-updates” Discord channel.channel
input. An incorrect ID will cause the message to fail to send.