s-private API Documentation - v3.8.1
    Preparing search index...

    Configuration for the notification service.

    Contains the credentials and endpoint URL required to send notifications via the Pushover API.

    createPushoverService for creating a notification service instance

    type NotificationConfig = {
        appToken: string;
        url: string;
        userKey: string;
    }
    Index

    Properties

    Properties

    appToken: string

    The application token for authentication

    url: string

    The Pushover API endpoint URL

    userKey: string

    The user key for authentication