Skip to content

Built-in Nodes

Built-in nodes cover workflow triggers, lambda workflow contracts, flow control, data transformation, core utilities, AI components, and service integrations. Browser page actions live under In Page Action.

  • Trigger starts workflow execution.
  • Lambda defines reusable workflow inputs and outputs.
  • Flow controls branching, waiting, looping, merging, and stopping.
  • Data Transformation reshapes item data.
  • Core handles code, URL extraction, HTTP calls, and feeds.
  • AI provides agent nodes and AI dependencies.
  • Integrations connect workflow data to external services.

Start with the smallest node that can solve the step. If the task is deterministic, prefer flow, transformation, or core nodes before adding AI. If the task needs browser page state, use an In Page Action node instead of a built-in node.