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