{{ _('Body for all notifications — You can use') }} Jinja2 {{ _('templating in the notification title, body and URL, and tokens from below.') }}
{{ _('Show token/placeholders') }}
{{ _('Token') }}
{{ _('Description') }}
{{ '{{base_url}}' }}
{{ _('The URL of the changedetection.io instance you are running.') }}
{{ '{{watch_url}}' }}
{{ _('The URL being watched.') }}
{{ '{{watch_uuid}}' }}
{{ _('The UUID of the watch.') }}
{{ '{{watch_title}}' }}
{{ _('The page title of the watch, uses if not set, falls back to URL') }}
{{ '{{watch_tag}}' }}
{{ _('The watch group / tag') }}
{{ '{{preview_url}}' }}
{{ _('The URL of the preview page generated by changedetection.io.') }}
{{ '{{diff_url}}' }}
{{ _('The URL of the diff output for the watch.') }}
{{ '{{diff}}' }}
{{ _('The diff output - only changes, additions, and removals') }}
{{ '{{diff_clean}}' }}
{{ _('The diff output - only changes, additions, and removals —') }} {{ _('Without (added) prefix or colors') }}
{{ '{{diff_added}}' }}
{{ _('The diff output - only changes and additions') }}
{{ '{{diff_added_clean}}' }}
{{ _('The diff output - only changes and additions —') }} {{ _('Without (added) prefix or colors') }}
{{ '{{diff_removed}}' }}
{{ _('The diff output - only changes and removals') }}
{{ '{{diff_removed_clean}}' }}
{{ _('The diff output - only changes and removals —') }} {{ _('Without (added) prefix or colors') }}
{{ '{{diff_full}}' }}
{{ _('The diff output - full difference output') }}
{{ '{{diff_full_clean}}' }}
{{ _('The diff output - full difference output —') }} {{ _('Without (added) prefix or colors') }}
{{ '{{diff_patch}}' }}
{{ _('The diff output - patch in unified format') }}
{{ '{{current_snapshot}}' }}
{{ _('The current snapshot text contents value, useful when combined with JSON or CSS filters') }}
{{ '{{triggered_text}}' }}
{{ _('Text that tripped the trigger from filters') }}
{% if extra_notification_token_placeholder_info %}
{% for token in extra_notification_token_placeholder_info %}
{{ '{{' }}{{ token[0] }}{{ '}}' }}
{{ token[1] }}
{% endfor %}
{% endif %}
{{ _('Warning: Contents of') }} {{ '{{diff}}' }}, {{ '{{diff_removed}}' }}, {{ _('and') }} {{ '{{diff_added}}' }} {{ _('depend on how the difference algorithm perceives the change.') }}
{{ _('For example, an addition or removal could be perceived as a change in some cases.') }} {{ _('More Here') }}
discord:// {{ _('(or') }} https://discord.com/api/webhooks...)) {{ _('only supports a maximum') }} {{ _('2,000 characters') }} {{ _('of notification text, including the title.') }}
tgram:// {{ _('bots can\'t 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://) {{ _('more help here') }}