Magidoc

CreateActionCrmPipelineItemInput
Input Object

Input type for creating a journey node that creates or updates a CRM pipeline item.

Fields

#

accountIntegrationId

Optional: ID of the account integration

actionOperator

Non-null

Action to be performed. You can ADD a pipeline item or UPDATE and existing pipeline item. Remove is not supported.

description

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

filter

Optional filter conditions that control node execution. For entry triggers: only contacts meeting these conditions can start the journey. For exit triggers: only contacts meeting these conditions will exit the journey. For other nodes: contacts not meeting these conditions will skip the node. If null, no filtering is applied and all contacts will process through the node normally.

integrationPartnerId

Optional: ID of the integration partner.

journeyId

Non-null

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

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.

noteText

Optional: NoteText to attach to the pipeline item. The Status or NoteText is required if the ActionOperator is set to 'Update' for the node's IsConfigured to be true.

pipelineId

ID of the pipeline that will or does contain the pipeline item. This is required for the node's IsConfigured to be true.

pipelineItemName

Name of the pipeline item used by some CRM platforms.

pipelineItemScope

Defines the scope of pipeline items to be updated. This is only applicable when the ActionOperator is set to 'Update'

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.

statusId

ID of the status to set for the pipeline item. This is required for the node's IsConfigured to be true if the ActionOperator is 'Add'. The Status or NoteText is required if the ActionOperator is set to 'Update'

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.

Usages

#

References

#

  • Argument input of field createJourneyActionCrmPipelineItem from type Mutation