OBJECT
EmailSequenceSendEmailNode
link GraphQL Schema definition
- type EmailSequenceSendEmailNode implements EmailSequenceNode {
- # Unique identifier of this step within the sequence.
- : UUID!
- # Condition that decides whether this step runs or the enrollment ends.
- : EmailSequenceNodeCondition!
- # Number of days to wait before this step runs, counted from the previous step (or
- # from enrollment for the first step).
- : Int!
- # Email message this step sends, including recipients, content, and sender.
- : EmailSequenceNodeEmail!
- }
link Require by
This element is not required by anyone