Magidoc

CreateFlowWaitFieldChangeInput
Input Object

Fields

#

continueJourney

If a contact does not satisfy the condition and reaches the end of the wait limit, let them continue through the journey. Defaults to true

dataFieldId

description

Optional detailed description of the node's configuration or purpose. Useful for documenting complex logic or conditions. Max length: 255

fieldValue

journeyId

Non-null

The unique identifier of the journey this node will be added to. Required to associate the node with a specific journey.

matchPattern

name

Optional display name for the node shown in the journey builder interface. Helps identify the node's purpose at a glance. Max length: 100

nextNodeId

Optional ID of the node that contacts should flow to after this node. Establishes the forward path in the journey flow.

previousNodeIds

Optional list of node IDs that should connect to this node as their next step. Used to establish the flow from existing nodes to this new node.

terminatorType

Specifies whether this trigger node starts or exits a journey. Only used for 'Trigger' type nodes. Entry triggers begin a journey when conditions are met, while exit triggers remove contacts from the journey.

waitLimit

Usages

#

References

#

  • Argument input of field createJourneyFlowWaitFieldChange from type Mutation