mirror of https://github.com/caronc/apprise
Updated Notify_Custom_Form (markdown)
parent
12319ac3f6
commit
58cfc07b66
|
@ -72,8 +72,8 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
The payload can have entries added to it in addition to the default `body`, `title`, and `type` values. This can be accomplished by just sticking a colon symbol (**:**) in front of any parameter you specify on your URL string.
|
The payload can have entries added to it in addition to the default `body`, `title`, and `type` values. This can be accomplished by just sticking a colon symbol (**:**) in front of any parameter you specify on your URL string.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Below would set the header:
|
# Add to the payload delivered to the remote server as if it was part
|
||||||
# X-Token: abcdefg
|
# the prepared message Apprise would have otherwise put together
|
||||||
#
|
#
|
||||||
# Assuming our {hostname} is localhost
|
# Assuming our {hostname} is localhost
|
||||||
# Assuming we want to include app=mysystem as part of the payload:
|
# Assuming we want to include app=mysystem as part of the payload:
|
||||||
|
|
Loading…
Reference in New Issue