Skip to main content

Send Chat Message

The Send Chat Message effect sends a message to your Twitch chat as your bot account. This is the most commonly used effect node -- any time you want your flow to say something in chat, this is the node to use.

Connect any string output to this node and the text will appear in your chat when the flow runs. You can combine it with template or text-building nodes to create dynamic messages that include viewer names, stats, or other data.

Inputs

NameTypeDescription
MessagestringThe text to send to your Twitch chat.

Example

Create a !hello chat command that greets the viewer by name. Connect the Chat Command trigger's User output to a Template node that produces "Welcome, {name}!", then connect that to a Send Chat Message effect. Every time a viewer types !hello, the bot responds with a personalized greeting.