social-pushover | add tags parameter (#846)

* social-pushover: Add "tags" parameter.

Add "tags" for emergency prio (2) messages, so you're able to cancel them by tag. (see doc / Pushover API)

* Add msg.tags to readme.
This commit is contained in:
Trise
2021-10-18 22:09:35 +02:00
committed by GitHub
parent 3e67ce628f
commit e6b9da52aa
4 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the
- `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)
- `msg.tags`: to set tags for Emergency priority (2) messages, see [tags](https://pushover.net/api/receipts#cancel_by_tag)
The User-key and API-token are stored in a separate credentials file.