Skip to main content

ParentCondition

Reaction trigger that fires after a parent reaction succeeds or fails. Each hop increments parent_depth, and values greater than 16 are rejected to break cycles.

kindKind (string)required
Constant value: parent
parent_idParent Id (string)required

Parent Reaction id

ParentCondition
{
"kind": "parent",
"parent_id": "string"
}