Node Documentation

Message Node

Fires a message to the chat

Overview

Fires a message to the chat

Category: Base

Tutorial: Start interactive node tutorial

Configurable properties

LabelPropertyTypeDefaultDescription
Message Texttexttextarea"new message"The message text as Markdown displayed in the chat. Use handlebars to make the text more dynamic.
Repeat if back in contextrepeatOnReentrycheckboxtrueRepeat the action of this node if it leaves the context and re-enters.
Repeat on state changerepeatOnChancecheckboxtrueRepeat the action of this node if variables in the message text have changed.

Initial states

StateInitial ValueDescription
sentfalsetrue if the message has been sent; false if it has not yet been sent.
arrivedfalsetrue if the message has arrived; false if it has not yet arrived.

Callable methods

  • reset() - Resets the node to its default states