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