mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 10:01:39 +01:00
Updated Notify_boxcar (markdown)
parent
3c37bd6a6e
commit
3cc43e1df0
@ -20,12 +20,9 @@ Device Tokens:
|
|||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id}**
|
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id}**
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id01}**/**{device_id02}**/**{device_idNN}**
|
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id01}**/**{device_id02}**/**{device_idNN}**
|
||||||
|
|
||||||
Alias support:
|
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{alias}**
|
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{alias01}**/**{alias02}**/**{aliasNN}**
|
|
||||||
|
|
||||||
You can also form any combination of the above and perform updates from one url:
|
You can also form any combination of the above and perform updates from one url:
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{tag_id}**/**{device_id}**/**@{alias_id}**
|
* **boxcar**://**{access_key}**/**{secret_key}**/**@{tag_id}**/**{device_id}**
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
@ -34,7 +31,6 @@ You can also form any combination of the above and perform updates from one url:
|
|||||||
| secure_key | Yes | This is required for your account to work. You will be provided one from boxcar's website upon creating an account with them.
|
| secure_key | Yes | This is required for your account to work. You will be provided one from boxcar's website upon creating an account with them.
|
||||||
| device_id | No | Associated devices with your Boxcar setup. All _device_ids_ are 64 characters in length.
|
| device_id | No | Associated devices with your Boxcar setup. All _device_ids_ are 64 characters in length.
|
||||||
| tag_id | No | Tags must be prefixed with a @ symbol or they will be interpreted as a _device_id_ and/or _alias_.
|
| tag_id | No | Tags must be prefixed with a @ symbol or they will be interpreted as a _device_id_ and/or _alias_.
|
||||||
| alias | No | Associated aliases with your Boxcar setup. All _alias_ids_ are 1 to 63 characters in length.
|
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a Boxcar notification to all devices associated with a project:
|
Send a Boxcar notification to all devices associated with a project:
|
||||||
|
Loading…
Reference in New Issue
Block a user