Updated Notify_join (markdown)

master
Chris Caron 2020-08-03 10:09:00 -04:00
parent 45c93bd503
commit 6f9f9208fe
1 changed files with 2 additions and 1 deletions

@ -45,5 +45,6 @@ Send a Join notification to all of our configured devices:
```bash
# Assuming our {apikey} is abcdefghijklmnop-abcdefg
# Assume we're sending to the group: all
apprise join://abcdefghijklmnop-abcdefg/group.all
apprise -vv -t "Test Message Title" -b "Test Message Body" \
join://abcdefghijklmnop-abcdefg/group.all
```