Sends a ntfy message using webhook

Hierarchy

  • NotifierConfig
    • NtfyConfig

Properties

priority: string

ntfy channel priority. Guide: https://docs.ntfy.sh/publish/

Example

urgent

Env

NTFY_PRIORITY

token: string

ntfy channel token. Guide: https://docs.ntfy.sh/config/#access-tokens

Example

tk_yourtoken

Env

NTFY_TOKEN

webhookUrl: string

ntfy channel webhook URL. Guide: https://docs.ntfy.sh/publish/

Example

https://ntfy.sh/mytopic

Env

NTFY_WEBHOOK

Generated using TypeDoc