@sudoplatform/sudo-email
    Preparing search index...

    Interface ScheduleSendDraftMessageInput

    Input for SudoEmailClient.scheduleSendDraftMessage.

    ScheduleSendDraftMessageInput

    interface ScheduleSendDraftMessageInput {
        emailAddressId: string;
        id: string;
        sendAt: Date;
    }
    Index

    Properties

    emailAddressId: string

    The identifier of the email address to send the message from.

    id: string

    The identifier of the draft message to schedule send.

    sendAt: Date

    The timestamp of when to send the message. Must be in the future.