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:
parentparent_idParent Id (string)required
Parent Reaction id
ParentCondition
{
"kind": "parent",
"parent_id": "string"
}