Updated Notify_join (markdown)

master
Chris Caron 2020-02-20 19:54:45 -05:00
parent ff09244a2c
commit cb82349981
1 changed files with 7 additions and 2 deletions

@ -25,14 +25,19 @@ Groups can be referenced like this (the *group.* part is optional):
* **join**://**{apikey}**/**{group_id}** * **join**://**{apikey}**/**{group_id}**
* **join**://**{apikey}**/**{group_id1}**/**{group_id2}**/**{group_idN}** * **join**://**{apikey}**/**{group_id1}**/**{group_id2}**/**{group_idN}**
If what you specify isn't a `group` or `device_id` then it is interpreted as a `device_name` as a fallback:
* **join**://**{apikey}**/**{device_name}**
* **join**://**{apikey}**/**{device_name1}**/**{device_name1}**/**{device_nameN}**
You can freely mix and match these combinations as well: You can freely mix and match these combinations as well:
* **join**://**{apikey}**/**{device_id}**/**{group_id}** * **join**://**{apikey}**/**{device_id}**/**{group_id}**/**{device_name}**
### Parameter Breakdown ### Parameter Breakdown
| Variable | Required | Description | Variable | Required | Description
| ----------- | -------- | ----------- | ----------- | -------- | -----------
| apikey | Yes | The api key associated with your Join account. | apikey | Yes | The api key associated with your Join account.
| device_id | No | The device identifier to send your notification to. | device_id | No | The device identifier to send your notification to (a 32 bit alpha-numeri string).
| device_name | No | The device name (PC, Nexus, etc)
| group_id | No | The group identifier to send your notification to. | group_id | No | The group identifier to send your notification to.
#### Example #### Example