nylas
    Preparing search index...

    Interface TransactionalSendResult

    Interface representing the result of a transactional send request.

    interface TransactionalSendResult {
        messageId: string;
    }
    Index

    Properties

    Properties

    messageId: string

    The unique identifier for the sent message.