Skip to main content

Node Reference

This section covers all the different types of nodes you can use in BotGami. Nodes are organized into categories based on what they do.


Node Categories

CategoryWhat It DoesCommon Uses
TriggersStart flowsCommands, messages, buttons
ActionsSend contentMessages, photos, files
LogicMake decisionsIf/else, switches, routing
Flow ControlControl executionQuestions, loops, forms
DataWork with dataTransform, variables, filters

How to Read Node Docs

Each node documentation includes:

Configuration

Settings you can adjust in the config panel when you select the node.

Inputs

Data and flow connections coming into the node (left side).

Outputs

Data and flow connections going out of the node (right side).


Quick Reference: Most Used Nodes

Getting Started Essentials

NodeCategoryDescription
Command TriggerTriggersResponds to /commands
Send MessageActionsSends text messages
Ask QuestionFlowAsks and waits for answer
ConditionLogicMakes if/else decisions

Building Conversations

NodeCategoryDescription
Ask QuestionFlowSingle question + save answer
FormFlowMulti-step questionnaire
SwitchLogicMultiple choice routing

Storing Data

NodeCategoryDescription
Set VariableDataSave a value
Get VariableDataRetrieve a saved value
StringDataCreate text content

Understanding Node Colors

In the editor, nodes are color-coded by category:

ColorCategory
🟢 GreenTriggers
🔵 BlueActions
🟡 YellowLogic
🟠 OrangeFlow Control
🟣 PurpleData

Explore by Category

Ready to dive deeper? Click on any category to learn about all its nodes: