diff --git a/Notify_Custom_Form.md b/Notify_Custom_Form.md index e080fea..12feaa8 100644 --- a/Notify_Custom_Form.md +++ b/Notify_Custom_Form.md @@ -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. ```bash -# Below would set the header: -# X-Token: abcdefg +# Add to the payload delivered to the remote server as if it was part +# the prepared message Apprise would have otherwise put together # # Assuming our {hostname} is localhost # Assuming we want to include app=mysystem as part of the payload: