mirror of https://github.com/caronc/apprise
Updated Notify_join (markdown)
parent
ff09244a2c
commit
cb82349981
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue