Updated Notify_boxcar (markdown)

lead2gold 2017-12-10 17:12:57 -05:00
parent 3c37bd6a6e
commit 3cc43e1df0

@ -20,12 +20,9 @@ Device Tokens:
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id}**
* **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:
* **boxcar**://**{access_key}**/**{secret_key}**/**{tag_id}**/**{device_id}**/**@{alias_id}**
* **boxcar**://**{access_key}**/**{secret_key}**/**@{tag_id}**/**{device_id}**
### Parameter Breakdown
| 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.
| 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_.
| alias | No | Associated aliases with your Boxcar setup. All _alias_ids_ are 1 to 63 characters in length.
#### Example
Send a Boxcar notification to all devices associated with a project: