Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.5 KB

File metadata and controls

35 lines (23 loc) · 1.5 KB

EmailCommseqStep

Properties

Name Type Description Notes
altChildEmailCommunicationSequenceSteps List<EmailCommseqStep> Array of child steps for the alternate path [optional]
childEmailCommunicationSequenceSteps List<EmailCommseqStep> Array of child steps [optional]
emailCommunicationSequenceStepUuid String Email commseq step UUID [optional]
emailPendingReview Boolean True if the content of the email associated with this step is pending review by UltraCart [optional]
emailRejected Boolean True if the content of the email associated with this step was rejected during review by UltraCart [optional]
emailRequiresReview Boolean True if the content of the email associated with this step requires review by UltraCart [optional]
filterProfileEquationJson String Filter profile equation JSON [optional]
merchantNotes String Internal merchant notes [optional]
stepConfigJson String Arbitrary Configuration for a step [optional]
type TypeEnum Type of step [optional]

Enum: TypeEnum

Name Value
BEGIN "begin"
WAIT "wait"
EMAIL "email"
MERGE "merge"
CONDITION "condition"
END "end"