mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Social: pushover; add callback parameter w/ documentation (#832)
* adding callback parameter to pushover node. * pushover: callback feature added * social/pushover documentation * PR: added callback parameter to pushover
This commit is contained in:
@@ -28,6 +28,7 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the
|
||||
- `msg.sound`: to set the alert sound, see the [available options](https://pushover.net/api#sounds)
|
||||
- `msg.retry`: to set retry interval for Emergency priority (2) messages, see [priority](https://pushover.net/api#priority)
|
||||
- `msg.expire`: to set retry duration for Emergency priority (2) messages, see [priority](https://pushover.net/api#priority)
|
||||
- `msg.callback`: to set callback url for Emergency priority (2) messages, see [callback](https://pushover.net/api/receipts#callback)
|
||||
|
||||
The User-key and API-token are stored in a separate credentials file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user