OBJECT

EmailSequenceCreateRecordNode

link GraphQL Schema definition

  • type EmailSequenceCreateRecordNode implements EmailSequenceNode {
  • # Unique identifier of this step within the sequence.
  • id: UUID!
  • # Condition that decides whether this step runs or the enrollment ends.
  • condition: EmailSequenceNodeCondition!
  • # Number of days to wait before this step runs, counted from the previous step (or
  • # from enrollment for the first step).
  • dayOffset: Int!
  • # Template describing the record to create when this step runs, including the
  • # field values to set.
  • entity: ProcessEntityTemplate
  • # Type of record created by this step. Currently only Task is supported.
  • entityType: EntityNameEnum!
  • }

link Require by

This element is not required by anyone