From c96ece170a99a1283424b06f89c3f4553e7b3b4b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 21 Mar 2023 19:03:26 +0100 Subject: [PATCH] Notification tokens - add comment that the {{tokens}} can be used in the URLs also --- changedetectionio/templates/_common_fields.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index fe88741a..29214edb 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -17,6 +17,7 @@
  • tgram:// bots cant send messages to other bots, so you should specify chat ID of non-bot user.
  • tgram:// only supports very limited HTML and can fail when extra tags are sent, read more here (or use plaintext/markdown format)
  • gets://, posts://, puts://, deletes:// for direct API calls (or omit the "s" for non-SSL ie get://)
  • +
  • Accepts the {{ '{{token}}' }} placeholders listed below