Updated Notify_boxcar (markdown)

master
Chris Caron 2020-07-31 23:10:19 -04:00
parent f1deb24306
commit f8cfe81e6e
1 changed files with 4 additions and 3 deletions

@ -35,7 +35,8 @@ You can also form any combination of the above and perform updates from one url:
Send a Boxcar notification to all devices associated with a project: Send a Boxcar notification to all devices associated with a project:
```bash ```bash
# Assume: # Assume:
# - our {access_key} is Uabc_543Ehr_t1-1snO-bcgfnak5dnHHHKkbIMi3pJz1KEP5zGo9KwDnIb-7_Kab # - our {access_key} is pJz1KEP5zGo9KwDnIb-7_Kab
# - our {secret_key} is a6k_4ABnck26hDh8AA3EDHoOVdDEUlw3ntyFFkj300012fl9y0b5AW9g9Nsejb8P # - our {secret_key} is j300012fl9y0b5AW9g9Nsejb8P
apprise boxcar://Uabc_543Ehr_t1-1snO-bcgfnak5dnHHHKkbIMi3pJz1KEP5zGo9KwDnIb-7_Kab/a6k_4ABnck26hDh8AA3EDHoOVdDEUlw3ntyFFkj300012fl9y0b5AW9g9Nsejb8P apprise -t "Test Message Title" -b "Test Message Body" \
boxcar://pJz1KEP5zGo9KwDnIb-7_Kab/j300012fl9y0b5AW9g9Nsejb8P
``` ```