uptime-robot-v3
    Preparing search index...

    Interface WebhookDataInternal

    interface WebhookData {
        enableNotificationsFor?: NotifcationLevel;
        friendlyName?: string;
        postValue?: string;
        sendAsJSON?: boolean;
        sendAsPostParameters?: boolean;
        sendAsQueryString?: boolean;
        sslExpirationReminder?: boolean;
        urlToNotify?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enableNotificationsFor?: NotifcationLevel
    friendlyName?: string
    postValue?: string
    sendAsJSON?: boolean
    sendAsPostParameters?: boolean
    sendAsQueryString?: boolean
    sslExpirationReminder?: boolean
    urlToNotify?: string