Scheduled Draft Message
data class ScheduledDraftMessage(val id: String, val emailAddressId: 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
Properties
Link copied to clipboard
String The id of the email address associated with the draft message.
Link copied to clipboard
ScheduledDraftMessageState The current state of the scheduled message.