Free Intro Class
    Botspot Logo

    BotSpot Β· developer docs

    Workflow node reference

    Every node the workflow builder offers, one page each β€” what it is for, how it behaves at run time, every configuration field, and what usually goes wrong. Ports and configuration are generated from the runtime registry, so they match what the builder actually serves.

    nodes
    49
    nodes
    categories
    16
    categories
    builders
    4
    builders
    with side effects
    9
    with side effects

    Start here

    A workflow is a graph of typed steps wired together on a canvas. Most edges carry data; a flow edge carries nothing and only sequences; a tool edge binds a capability to a model so it can decide to call it. Wiring a tool with a data edge is the most common first mistake.

    Two nodes route β€” Condition and Switch / Case fire exactly one branch and prune the rest. Everything else computes. Logic, transforms and filters are free and deterministic; cost enters when a node reaches a model, calls a purchased tool, or invokes another workflow.

    Input

    2 nodes

    AI

    4 nodes

    Logic

    2 nodes

    Transform

    7 nodes

    Memory

    6 nodes

    Knowledge

    5 nodes

    Data

    3 nodes

    Integrations

    2 nodes

    Tools

    2 nodes

    Automation

    3 nodes

    Image

    2 nodes

    Video

    1 node

    Audio

    1 node

    Output

    7 nodes

    Workflow

    1 node

    System

    1 node

    Generated from the runtime node registry. Registration is explicit, so a deployment may register fewer nodes than are listed here β€” if one is missing from your builder, that is the first thing to check.