nylas
    Preparing search index...

    Interface ProviderDetectParams

    Interface representing the object used to set parameters for detecting a provider.

    interface ProviderDetectParams {
        allProviderTypes?: boolean;
        email: string;
    }
    Index

    Properties

    allProviderTypes?: boolean

    Search by all providers regardless of created integrations. If unset, defaults to false.

    email: string

    Email address to detect the provider for.