Skip to content
BloopbotDocumentation

Help & reference

Bloopbot terms, explained

A quick reference for triggers, nodes, packs, source URLs and dry runs.

3 min readUpdated

Building behaviour

TermMeaning
FlowAn automation made of connected steps.
NodeOne step on the canvas: a trigger, condition, action or control.
TriggerThe event that starts a flow, such as a chat command or a raid.
ConditionA check that decides whether a path should continue.
ActionA step that does something, such as sending a message.
TemplateA reusable starting flow that installs as your own copy.
PackA group of related flows installed together.
Dry runA simulated execution. Test fire records what would happen without live actions.

Remembering and reusing data

TermMeaning
VariableA named value you declare, such as a death counter.
Channel scopeOne shared value for the channel.
Viewer scopeA separate value for each viewer.
Channel dataInformation the bot remembers from events, such as the last raid.
Insert…The editor menu for choosing data to use in a field.
CooldownA time limit on how often a path can run.

Putting it on screen

TermMeaning
Hosted widgetAn overlay designed and served by Bloopbot.
Custom widgetYour own HTML overlay connected to Bloopbot.
Browser SourceThe OBS source type that displays a webpage or widget.
Read token / widget keyA private value in a connection URL that allows access to that output.
WebhookA flow’s private URL that an external button or service can call to trigger it.
EditorSomeone the owner has allowed to manage the channel in Bloopbot.

Was this guide helpful?