You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changedetectionio/templates/_common_fields.jinja
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<divclass="pure-form-message-inline">
14
14
<ul>
15
15
<li>Use <atarget=_newhref="https://github.com/caronc/apprise">AppRise URLs</a> for notification to just about any service! <i><atarget=_newhref="https://github.com/dgtlmoon/changedetection.io/wiki/Notification-configuration-notes">Please read the notification services wiki here for important configuration notes</a></i>.</li>
16
-
<li><code><atarget=_newhref="https://github.com/caronc/apprise/wiki/Notify_discord">discord://</a></code> only supports a maximum <strong>2,000 characters</strong> of notification text, including the title.</li>
16
+
<li><code><atarget=_newhref="https://github.com/caronc/apprise/wiki/Notify_discord">discord://</a></code> (or <code>https://discord.com/api/webhooks...</code>)) </code> only supports a maximum <strong>2,000 characters</strong> of notification text, including the title.</li>
17
17
<li><code><atarget=_newhref="https://github.com/caronc/apprise/wiki/Notify_telegram">tgram://</a></code> bots can't send messages to other bots, so you should specify chat ID of non-bot user.</li>
18
18
<li><code><atarget=_newhref="https://github.com/caronc/apprise/wiki/Notify_telegram">tgram://</a></code> only supports very limited HTML and can fail when extra tags are sent, <ahref="https://core.telegram.org/bots/api#html-style">read more here</a> (or use plaintext/markdown format)</li>
19
19
<li><code>gets://</code>, <code>posts://</code>, <code>puts://</code>, <code>deletes://</code> for direct API calls (or omit the "<code>s</code>" for non-SSL ie <code>get://</code>)</li>
0 commit comments