Sends a notification to many services via Apprise API. Supports 70+ different notification services.

Hierarchy

  • NotifierConfig
    • AppriseConfig

Properties

Properties

apiUrl: string

The base URL of your Apprise instance

Example

http://localhost:8000

Env

APPRISE_API

urls?: string

One or more URLs identifying where the notification should be sent to. If this field isn't specified then it automatically assumes the settings.APPRISE_STATELESS_URLS in your Apprise instance. More details: https://github.com/caronc/apprise-api#stateless-solution

Example

mailto://user:pass@gmail.com

Env

APPRISE_URLS

Generated using TypeDoc