diff --git a/Notify_join.md b/Notify_join.md index 8bcf319..aca79c6 100644 --- a/Notify_join.md +++ b/Notify_join.md @@ -25,14 +25,19 @@ Groups can be referenced like this (the *group.* part is optional): * **join**://**{apikey}**/**{group_id}** * **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: -* **join**://**{apikey}**/**{device_id}**/**{group_id}** +* **join**://**{apikey}**/**{device_id}**/**{group_id}**/**{device_name}** ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- | 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. #### Example