Schedule Send Draft Message Input
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
Properties
Link copied to clipboard
String The id of the email address to send the message from
Link copied to clipboard