nylas
    Preparing search index...

    Interface UpdateConnectorRequest

    Interface representing the base Nylas connector creation request.

    interface UpdateConnectorRequest {
        name?: string;
        scope?: string[];
        settings?: Record<string, unknown>;
    }
    Index

    Properties

    name?: string

    Custom name of the connector

    scope?: string[]

    The OAuth scopes

    settings?: Record<string, unknown>

    The OAuth provider credentials and settings