Checks
Check nodes add conditional logic to your flows. They evaluate a condition and route data down one of two paths -- typically a "true" path and a "false" path. This lets you build flows that behave differently depending on who triggered them, what values were provided, or whether certain conditions are met.
Most check nodes take an input, evaluate it, and then pass the data through to whichever output path matches the result. This means the data is not lost -- it continues flowing through the check node to the next step.
Available Nodes
- Is Broadcaster - Checks if the user is the channel owner.
- Is Moderator - Checks if the user is a moderator or higher.
- Is VIP - Checks if the user is a VIP or higher.
- Is Editor - Checks if the user is an editor or higher.
- Check Username - Checks if a user's name matches a specific value.
- Cooldown - Rate-limits how often a path can execute.
- Random Output - Randomly routes input to one of several outputs.
- String Check - Compares two strings using a configurable operation.
- Math Check - Compares two numbers using a configurable operation.
- Match - Checks if two values are exactly equal.
- Text Moderation - Filters text for inappropriate content.