ScheduleSendDraftMessageInput

data class ScheduleSendDraftMessageInput(val id: String, val emailAddressId: String, val emailMaskId: String? = null, val sendAt: Date)

Input object containing the parameters needed to schedule send a draft message

Constructors

Link copied to clipboard
constructor(id: String, emailAddressId: String, emailMaskId: String? = null, sendAt: Date)

Properties

Link copied to clipboard

String The id of the email address to send the message from

Link copied to clipboard
val emailMaskId: String? = null
Link copied to clipboard
val id: String

String The id of the draft message to schedule

Link copied to clipboard

Date Timestamp of when to send the message.