Scheduled Draft Message
data class ScheduledDraftMessage(val id: String, val emailAddressId: String, val emailMaskId: String?, val owner: String, val owners: List<Owner>, val sendAt: Date, val state: ScheduledDraftMessageState, val createdAt: Date, val updatedAt: Date)
Representation of a draft message that has been scheduled to be sent in the future by the Sudo Platform Email SDK
Constructors
Properties
Link copied to clipboard
String The id of the email address associated with the draft message.
Link copied to clipboard
String? The id of the email mask associated with the draft message, if any.
Link copied to clipboard
ScheduledDraftMessageState The current state of the scheduled message.