Magidoc

JourneyNodeInfoFilterInput
Input Object

Represents detailed information about a journey node, including its configuration, connections, statistics, and metadata. This is a read-only view of a node's complete state.

Fields

#

accountIntegrationId

The ID of the account integration associated with this node (0 if not applicable).

campaign

For campaign-related triggers: the associated campaign details.

configuration

The node's type-specific configuration settings, including triggers, conditions, and action parameters.

createdBy

The username or ID of the user who created this node.

createdUtc

The UTC timestamp when this node was created.

enableMv

Indicates if multivariate testing is enabled for this node (applicable to email/SMS actions).

id

The unique identifier of the journey node.

integrationPartnerId

The ID of the integration partner associated with this node (0 if not applicable).

isConfigured

Indicates whether the node has been fully configured and is ready for journey execution.

isDeleted

Indicates if this node has been soft-deleted. Deleted nodes are excluded from journey execution.

messageId

The ID of the message template to send for SendEmail and SendSMS action nodes.

modifiedBy

The username or ID of the user who last modified this node.

modifiedUtc

The UTC timestamp when this node was last modified.

name

The display name of the node shown in the journey builder interface.

nextNodeId

The ID of the node that contacts flow to after this node. Null if this is an end point or exit trigger.

paths

For split nodes: the available paths contacts can take, including conditions and percentages.

previousNodeIds

List of node IDs that connect to this node as predecessors in the journey flow.

statistics

Performance metrics and contact counts for this node, including entries, exits, and current contacts.

terminatorType

For trigger nodes only: specifies whether this trigger starts or exits a journey.

type

The type of journey node (trigger, action, or flow control).

Usages

#

References

#

  • Argument where of field journeyNodes from type Query