Skip to content

Bark

Upstream docs: https://github.com/Finb/Bark

URL Format

URL Fields

  • DeviceKey - The key for each device (Required)
    URL part: bark://:devicekey@host/path/
  • Host - Server hostname and port (Required)
    URL part: bark://:devicekey@host/path/
  • Path - Server path Default: /
    URL part: bark://:devicekey@host/path/

Query/Param Props

Props can be either supplied using the params argument or through the URL using ?key=value&key=value etc.

  • badge - The number displayed next to App icon Default: 0

  • category - Reserved field, no use yet Default: empty

  • copy - The value to be copied Default: empty

  • group - The group of the notification Default: empty

  • icon - An url to the icon, available only on iOS 15 or later Default: empty

  • scheme - Server protocol, http or https Default: https

  • sound - Value from https://github.com/Finb/Bark/tree/master/Sounds Default: empty

  • title - Notification title, optionally set by the sender Default: empty

  • url - Url that will jump when click notification Default: empty