From 58cfc07b660c06696e81062b68740db2ad2f1d96 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 20 Mar 2022 12:00:11 -0400 Subject: [PATCH] Updated Notify_Custom_Form (markdown) --- Notify_Custom_Form.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: