ListFoldersParams<T>: {
    ContextData?: T;
    IncludeCounts?: boolean;
    ParentFolderID?: string;
}

Parameters for listing folders

Type Parameters

  • T = Record<string, any>

Type declaration

  • Optional ContextData?: T

    Optional, provider-specific context data

  • Optional IncludeCounts?: boolean

    Optional, include message counts in the response (defaults to false)

  • Optional ParentFolderID?: string

    Optional, the ID of the parent folder to list children of. If not provided, lists root-level folders.