Triggers
Triggers are the starting point of every flow. They listen for specific events -- like a new follower, a chat command, or a raid -- and kick off the rest of the flow when that event occurs. Every flow needs at least one trigger node.
Available Nodes
- Stream Online - Fires when your stream goes live.
- Stream Offline - Fires when your stream goes offline.
- Chat Command - Fires when a viewer uses a specific chat command.
- Follow - Fires when a new viewer follows your channel.
- Cheer - Fires when a viewer cheers with bits.
- Super Cheer - Fires on a super cheer via the Streamerly extension.
- Subscription Message - Fires when a viewer subscribes with a message.
- Gift Subscription - Fires when subs are gifted to your channel.
- Raid - Fires when another channel raids yours.
- Channel Point Redeem - Fires when a channel point reward is redeemed.
- Category Change - Fires when the stream category changes.
- Title Change - Fires when the stream title changes.
- Ad Break - Fires when a Twitch ad break begins.
- Timer - Fires repeatedly at a set interval.
- Manual Trigger - Run the flow manually via the toolbar.
- Flow Function - Named callable entry point triggered by another flow.
- Webhook - Fires when an external HTTP request is received.
- OBS Triggers - Triggers for OBS events like scene changes, mute toggles, and more.