nylas
    Preparing search index...

    Interface SendTransactionalEmailParams

    interface SendTransactionalEmailParams {
        domainName: string;
        queryParams?: SendMessageQueryParams;
        requestBody: SendMessageRequest;
    }
    Index

    Properties

    domainName: string

    The verified domain name to send the message from.

    The query parameters to include in the request.

    requestBody: SendMessageRequest

    The message to send.