ScheduledDraftMessage

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

Constructors

Link copied to clipboard
constructor(id: String, emailAddressId: String, owner: String, owners: List<Owner>, sendAt: Date, state: ScheduledDraftMessageState, createdAt: Date, updatedAt: Date)

Properties

Link copied to clipboard

Date When the scheduled message was created.

Link copied to clipboard

String The id of the email address associated with the draft message.

Link copied to clipboard
val id: String

String The id of the draft message that has been scheduled.

Link copied to clipboard

String Identifier of the user that owns the email message.

Link copied to clipboard

List List of identifiers of the user/sudo associated with this email message.

Link copied to clipboard

Date Timestamp of when to send the message.

Link copied to clipboard

ScheduledDraftMessageState The current state of the scheduled message.

Link copied to clipboard

Date When the scheduled message was last updated.