From 17a9d5173abeb8dbae8de63c4aa6beb262e8eaee Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 10:09:24 +0100 Subject: [PATCH] Updated Notification configuration notes (markdown) --- Notification-configuration-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Notification-configuration-notes.md b/Notification-configuration-notes.md index 74e8423..f806281 100644 --- a/Notification-configuration-notes.md +++ b/Notification-configuration-notes.md @@ -1,3 +1,6 @@ - Using @ in your mailtos/smtps password, see https://github.com/caronc/apprise/issues/400 - Be sure that your notification body contains atleast something, often `{base_url}` will be empty, an empty notification body often causes problems with many notification targets -- Make sure you're not exceeding your target notification service message length when using {current_snapshot} token \ No newline at end of file +- Make sure you're not exceeding your target notification service message length when using {current_snapshot} token + +## Discord +There's a limit of 2,000 characters total notification length (See https://github.com/dgtlmoon/changedetection.io/issues/323)