From 4ac510ea16c1ddeb14abcfbafe77dfd939720f89 Mon Sep 17 00:00:00 2001 From: Dmitriy Yukhanov Date: Mon, 8 Nov 2021 17:31:50 +0300 Subject: [PATCH] Added warning about {current_snapshot} token usage can exceed length limitations --- Notification-configuration-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notification-configuration-notes.md b/Notification-configuration-notes.md index be13c35..74e8423 100644 --- a/Notification-configuration-notes.md +++ b/Notification-configuration-notes.md @@ -1,2 +1,3 @@ - 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 \ No newline at end of file +- 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