Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias NotificationResource

    type NotificationResource = {
        id?: number;
        name?: string | null;
        fields?: Prowlarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Prowlarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Prowlarr.NotificationResource[] | null;
        link?: string | null;
        onGrab?: boolean;
        onHealthIssue?: boolean;
        onHealthRestored?: boolean;
        onApplicationUpdate?: boolean;
        supportsOnGrab?: boolean;
        includeManualGrabs?: boolean;
        supportsOnHealthIssue?: boolean;
        supportsOnHealthRestored?: boolean;
        includeHealthWarnings?: boolean;
        supportsOnApplicationUpdate?: boolean;
        testCommand?: string | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Prowlarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Prowlarr.NotificationResource[] | null
    link?: string | null
    onGrab?: boolean
    onHealthIssue?: boolean
    onHealthRestored?: boolean
    onApplicationUpdate?: boolean
    supportsOnGrab?: boolean
    includeManualGrabs?: boolean
    supportsOnHealthIssue?: boolean
    supportsOnHealthRestored?: boolean
    includeHealthWarnings?: boolean
    supportsOnApplicationUpdate?: boolean
    testCommand?: string | null