UpdateActionCrmPipelineItemInput Input Object
Fields
#
actionOperator
Action to be performed. You can ADD a pipeline item or UPDATE and existing pipeline item. Remove is not supported.
filter
Optional update to the 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. When set to null, removes all filtering and allows all contacts to process through the node. When not provided (Optional not set), the existing filter configuration is preserved.
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.
pipelineItemScope
Defines the scope of pipeline items to be updated. This is only applicable when the ActionOperator is set to 'Update'
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'
Usages
#
References
#
- Argument input of field updateJourneyActionCrmPipelineItem from type Mutation
UpdateActionCrmNoteInput
