OBJECT

EmailSequenceFilter

link GraphQL Schema definition

  • type EmailSequenceFilter {
  • # Primary group of field conditions evaluated against the record.
  • filterMainBox: MainFilterBox!
  • # Additional condition groups combined with the main group to form the complete
  • # filter.
  • filterSiblingBoxes: [FilterBox!]!
  • # Logical operator (AND or OR) that joins the condition groups when no explicit
  • # formula is given.
  • operator: FilterGroupOperator!
  • # Optional boolean expression referencing the condition groups by number to
  • # combine them in a custom way.
  • formula: String
  • }