Join¶
URL Format¶
join://shoutrrr:api-key@join/?devices=device1[,device2, ...][&icon=icon][&title=title]
URL Fields¶
- APIKey (Required)
URL part:join://:apikey/
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
deviceIdis shown in the top - Click Show next to
API Keyto see your key - Your Shoutrrr URL will then be:
join://shoutrrr:api-key@join/?devices=deviceId
Multiple deviceIds can be combined with a , (repeat steps 2-4).