Effects
Effects are terminal nodes -- the endpoints of your flow. They take an input and perform an action: sending a chat message, triggering an alert, changing your stream title, and more. Unlike other node types, effects have no outputs. Once the action is performed, that branch of the flow is complete.
Available Nodes
- Echo - Logs a value to the flow execution log for debugging.
- Send Chat Message - Sends a message to your Twitch chat.
- Send Chat Announcement - Sends a highlighted announcement to your Twitch chat.
- Delete Chat Message - Deletes a specific chat message.
- Set Stream Title - Changes your Twitch stream title.
- Set Stream Category - Changes your Twitch stream category/game.
- Set Redeem Status - Enables or disables a channel point reward.
- Set Flow Variable - Sets the value of a flow-scoped variable.
- Set Broadcaster Variable - Sets the value of a persistent broadcaster-scoped variable.
- Call Flow Function - Calls a named Flow Function trigger in another flow.
Subcategories
- Alert Effects - Trigger visual alerts on your stream overlay.
- OBS Effects - Control OBS Studio scenes, sources, and settings.