flow
(required): The input flow that triggers the node to send the message.content
(optional): The content of the message to send. This can be any string value. If left blank, an empty message will be sent.flow
: The output flow after the message has been sent. This allows you to chain additional nodes after sending the message.flow
to the output of the node that should trigger sending the message.content
input to the message you want to send. This can be a static string or a dynamic value from a previous node.flow
to the next node in your spell, if desired.username
with the value "John"
."Hello, John!"
, using the username
variable in the message content.content
input to create personalized or data-driven messages.content
input is left blank, an empty message will be sent. Make sure to provide a value if you want to send a non-empty message.