OBJECT

EmailSequenceSchema

link GraphQL Schema definition

  • type EmailSequenceSchema {
  • # Defines which record type and email field enroll into the sequence.
  • trigger: EmailSequenceTrigger!
  • # Ordered steps of the sequence, each sending an email or creating a record
  • # subject to its condition and day offset.
  • nodes: [EmailSequenceNode!]!
  • # Scheduling window, time zone, global actions, and lifecycle options for the
  • # sequence.
  • settings: EmailSequenceSettings!
  • }