Chatbot
Core Logic Nodes
The building blocks every flow is made of: branching, variables, business hours and delay.
| Node | What it does |
|---|---|
| Start | Where every conversation turn enters the flow. |
| Condition | Branches true or false on a rule you define. |
| Set variable | Writes a static value, or one interpolated from other variables, under a name you choose. |
| Business hours | A ready-made condition: branches on whether the current moment falls inside hours and a timezone you configure, optionally limited to specific days. |
| Delay | Adds a short, cosmetic pause before the answer appears, so the typing indicator feels natural. Purely visual, it never blocks anything on your side. |
Business hours fails open: if the field is left unset or can't be parsed, it never blocks the branch on a technicality.