Magidoc

UpdateTriggerCrmPipelineItemInput
Input Object

Input type for updating a pipeline item integration trigger node. This trigger activates based on events from external integration pipelines (e.g., CRM deals, opportunities). Supports filtering to control which pipeline events will activate the trigger.

Fields

#

accountIntegrationId

Optional: ID of the account integration.

description

Max length: 255

event

Non-null

The pipeline item event configuration that defines when this trigger should activate.

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.

id

Non-null

integrationPartnerId

Optional: ID of the integration partner.

journeyId

Non-null

name

Max length: 100

Usages

#

References

#

  • Argument input of field updateJourneyTriggerCrmPipelineItem from type Mutation