Magidoc

MoveJourneyNodeInput
Input Object

Input type for moving a journey node to a different location within the same journey or to another journey.

Fields

#

activeContactAction

Optional: Only required when moving a node in an active or stopped journey. Specifies how to handle contacts currently in the node being moved.

id

Non-null

The unique identifier of the node to be moved.

includeNodesAfter

Optional: Whether to also move all nodes that come after this node in the journey flow.

journeyId

Non-null

The unique identifier of the journey where the node will be moved to.

pathId

Optional: The identifier of the specific path where the node should be moved, if moving to a multi-path section.

previousNodeIds

Optional: The identifiers of nodes that should precede the moved node in its new location.

Usages

#

References

#

  • Argument input of field moveJourneyNode from type Mutation