Entry point of the flow. Automatically created with new flows.

Configuration

No configuration required.

Example

from kapso.builder.flows.nodes import StartNode

node = StartNode(id="start_1234")

Behavior

  • Always the first node in a flow
  • Automatically advances to the next connected node
  • Cannot be deleted
  • Only one Start node per flow

Usage

Connect the Start node to your first action: The Start node triggers when:
  • User sends first message (WhatsApp trigger)
  • API call initiates flow (API trigger)