Join¶
URL Format¶
join://shoutrrr:api-key
@join/?devices=device1
[,device2
, ...][&icon=icon
][&title=title
]
URL Fields¶
- APIKey (Required)
URL part:join://:apikey@join/
Query/Param Props¶
Props can be either supplied using the params argument, or through the URL using
?key=value&key=value
etc.
-
Devices - Comma separated list of device IDs (Required)
-
Icon - Icon URL
Default: empty -
Title - If set creates a notification
Default: empty
Guide¶
- Go to the Join Webapp
- Select your device
- Click Join API
- Your
deviceId
is shown in the top - Click Show next to
API Key
to see your key - Your Shoutrrr URL will then be:
join://shoutrrr:
api-key
@join/?devices=
deviceId
Multiple deviceId
s can be combined with a ,
(repeat steps 2-4).