OBJECT

EmailSequenceNodeCondition

link GraphQL Schema definition

  • type EmailSequenceNodeCondition {
  • # Condition that must hold for the step to run. Always runs unconditionally;
  • # NotOpen, NoClick, and NoReply check whether the previous email was opened,
  • # clicked, or replied to; TaskCompleted, TaskNotCompleted, and TaskNotUpdated
  • # check the previous task; Custom evaluates the filter.
  • action: EmailSequenceNodeConditionActionEnum!
  • # Field-based filter evaluated against the record when the action is Custom.
  • filter: EmailSequenceFilter!
  • }