@ptkl/sdk - v1.3.4
    Preparing search index...

    Response from the send email endpoint.

    type SendEmailResponse = {
        message: string;
        message_id: string;
        status: boolean;
    }
    Index

    Properties

    message: string

    Human-readable status message

    message_id: string

    The generated message ID (UUID)

    status: boolean

    Whether the operation succeeded