-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Notification configuration notes
dgtlmoon edited this page Dec 27, 2021
·
26 revisions
- 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}
,{diff}
or{diff_full}
tokens
- There's a limit of 2,000 characters total notification length (See https://github.com/dgtlmoon/changedetection.io/issues/323) - in this case it will fail silently.
- Using a
@
in your mailtos/smtps password, see https://github.com/caronc/apprise/issues/400