ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface EmailSearchParams {
        page?: number;
        limit?: number;
        search?: string;
        status?: string;
        folder?: string;
        onlyUnlinked?: boolean;
        hasAttachments?: boolean;
        startDate?: string;
        endDate?: string;
        isRead?: boolean;
        withOpportunity?: boolean;
    }
    Index

    Properties

    page?: number
    limit?: number
    search?: string
    status?: string
    folder?: string
    onlyUnlinked?: boolean
    hasAttachments?: boolean
    startDate?: string
    endDate?: string
    isRead?: boolean
    withOpportunity?: boolean