Updated Notify_simplepush (markdown)

master
Chris Caron 2023-06-24 12:27:37 -04:00
parent 892cff3f9d
commit f78a5439c0
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ Valid authentication syntaxes are as follows:
| ----------- | -------- | -----------
| apikey | Yes | This is required for your account to work. You will be provided one from your SimplePush account.
| event | No | Optionally specify an event on the URL.
| password | No | SimplePush offers a method of further encrypting the message and title during transmission (on top of the secure channel it's already sent on). This is the Encryption password set. You must provide the `salt` value with the `ppassword` in order to work.
| password | No | SimplePush offers a method of further encrypting the message and title during transmission (on top of the secure channel it's already sent on). This is the Encryption password set. You must provide the `salt` value with the `password` in order to work.
| salt | No | The salt is provided to you by SimplePush and is the second part of the additional encryption you can use with this service. You must provide a `password` with the `salt` value in order to work.
#### Example