Built-in Nodes
Built-in Nodes
Section titled “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.
Groups
Section titled “Groups”- 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.
Choosing A Built-in Node
Section titled “Choosing A Built-in Node”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.