
The canvas is the drawing. The config is the contract. Review both.
Builder Data Model
These fields explain what the builder stores.| Piece | Stored data |
|---|---|
| Node id | Unique node identifier. |
| Node type | VOICE_CALL, CONDITIONAL, TIME, APPLICATION, CONVERTED, or DROPPED. |
| Label | Readable node name shown in the builder and history. |
| Position | Canvas x and y location. |
| Config | Node-specific settings such as phone number, outputs, conditions, duration, or integration action. |
| Edge | From node, to node, and label. |
Outputs Are The Important Part
Outputs decide where a lead moves next.Voice Call outputs
COMPLETED, FAILED, and DNP route different call outcomes.
Condition outputs
true and false route evaluated conditions.
Time output
A wait node has one next path after the hold expires.
Application outputs
success and failure route integration action results.
Review A Builder Graph
Scan terminal states
Every path should be able to end in converted, dropped, or another intentional final path.
Related Reading
Call Nodes
Configure call outputs.
Condition Nodes
Configure branch logic.
Application Nodes
Run connected actions.