From 64274e19fa7335d11e30dec5dda2c5e837f8f61d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 9 Oct 2024 09:14:55 +0200 Subject: [PATCH] Updated Notification configuration notes (markdown) --- Notification-configuration-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notification-configuration-notes.md b/Notification-configuration-notes.md index 35c9b83..03b63a9 100644 --- a/Notification-configuration-notes.md +++ b/Notification-configuration-notes.md @@ -66,6 +66,8 @@ Always use **`|tojson`** to be sure the string is safe in JSON, for example For extra headers - see note about headers in the [POST/POSTS section](#postposts) -## GET/PLAIN API +## GET/PLAIN API + +Avoid using `json://`, however if you need to add some special GET arguments (`?var=123&var2=4444`) you need to follow these steps See https://github.com/caronc/apprise/wiki/Notify_Custom_JSON#get-parameter-manipulation for the special syntax \ No newline at end of file