nylas
    Preparing search index...

    Interface SendMessageParams

    The parameters for the Messages.send method

    interface SendMessageParams {
        identifier: string;
        requestBody: SendMessageRequest;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    requestBody: SendMessageRequest

    The message to send