nylas
    Preparing search index...

    Interface CreateDraftParams

    The parameters for the Drafts.create method

    interface CreateDraftParams {
        identifier: string;
        requestBody: CreateDraftRequest;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    requestBody: CreateDraftRequest

    The values to create the message with