Magidoc

JourneyNodeInfo
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

ID !
Non-null

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

actionOperator

Determines of action id 'add' or 'remove' for tags, groups, journey contact, and Facebook audience.

campaignThumbnailUrl

URL the thumbnail of email to be sent

createdBy

Non-null

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

createdUtc

Non-null

The UTC timestamp when this node was created.

enableMv

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

id

Non-null

The unique identifier of the journey node.

integrationPartnerId

ID !
Non-null

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

isConfigured

Non-null

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

isDeleted

Non-null

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

messageId

Message ID used for SendEmail and SendSMS actions.

modifiedBy

Non-null

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

modifiedUtc

Non-null

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

The identifiers of nodes that should precede the node 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

Non-null

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

Usages

#

References

#