Workflow Automation

Connections

Connections define how data is passed between nodes. Learn how to map output parameters from one step as input to another.

Parameter Mapping

When you connect two nodes, the output from the source node is available as structural context inside the target node. You can reference this using dynamic brackets:

{{ $node["node_ai_intake_1"].output.intent }}

Global State

The original trigger payload is always available globally inside your workflow context:

{{ $initialPayload.contact.email }}