Configuration
| Field | Required | Description |
|---|---|---|
| Condition expression | Yes | The rule to evaluate using variable syntax. Example: {sentiment} == 'positive' |
Supported operators
| Operator | Description |
|---|---|
== | Equals |
!= | Not equals |
contains | String contains value |
not_contains | String does not contain value |
Use case
After a Call Lead action, a Condition node checks{outcome} == 'interested'. If true, a HubSpot action creates a deal. If false, a Wait node pauses for 24 hours before a Send SMS action sends a re-engagement message.
Next steps
Router
Need more than two branches? Use Router for multi-path logic.