Examples.
Four flows from simple to advanced, drawn as the real graphs you build on the canvas and animated as they run. Each builds on the last, so by the end you have seen triggers, conditions, branching, an AI decision, data, and several actions working together.
These are the same graphs you assemble in the editor: real node cards and connections, with a run pulsing through them so you can see the path each flow takes. Every figure plays only while it is on screen, and settles to a calm, readable state when your system prefers reduced motion. The steps beside each one stay pinned as you read.
Thank every new follower
Trigger: a follow
Start the flow when someone follows.
Action: send a chat message
Post a thank-you with the follower's name dropped in from the trigger, so it reads personally.
A bigger welcome for bigger raids
Trigger: someone raids you
The raid carries the raider name and the viewer count.
Condition: viewers at least 5
Branch on the size of the raid.
True path: go big
Shout the raider out, drop an AI card on your overlay, and speak a welcome. They all run together.
False path: keep it small
Just send a friendly chat message so tiny raids still feel seen.
Reward a gift-sub bomb, once
Trigger: a gift sub
Fires on every gifted sub, including each one inside a bomb.
Condition: 5 gifts within 30s
A time window sums the gifts and fires once when the channel crosses 5 in 30 seconds, then latches.
Action: celebrate
Post a hype message naming the gifter and the count, and render a celebration card on the overlay.
Condition: random chance 30%
About a third of the time, take the true path for a little extra.
True path: speak, then Stop
Speak a special thank-you, then a Stop here ends the branch cleanly. The false path simply ends on its own.
Let AI release AutoMod false positives
Trigger: AutoMod holds a message
Carries the held text as {{trigger.message_text}} and the category as {{trigger.category}}.
Action: AI decision
Ask the model to judge the message and answer "Safe to release" or "Leave it held".
Safe path: approve
Add an Approve a held message action; it defaults to the trigger's message and posts to chat.
Held path: Stop here
Leave it for a human mod. Prefer this over auto-denying, AI judgement is not perfect.
These are starting points. Swap the trigger, change the numbers, or add an action. Build in pieces and test with a sample after each step, and every flow you make teaches you the next one.