Replies: 6 comments
-
well thats because ![]() |
Beta Was this translation helpful? Give feedback.
-
This IS valid JSON, you just have the |
Beta Was this translation helpful? Give feedback.
-
Thanks I just put it in for a quote formation for better reading in and lost one "end of quote sign" < When I mess something up with the json I don't get anything in the webhook. Edit. |
Beta Was this translation helpful? Give feedback.
-
I dont understand? can you rephrase it?
I'm also not sure what you mean here |
Beta Was this translation helpful? Give feedback.
-
I set the group tag to "Caro" and I want to get "Caro" in the received notification messege. But "watch_tag" is always "" instead of "Caro". ![]() ![]() |
Beta Was this translation helpful? Give feedback.
-
I'm still not sure what "watch_tag" ist looking for if not for the group tag. I looked in my url-watches.json for the tags.
or
So they are all empty or referring to e8fe... what I could not find as a folder in the changedetection directory. Maybe someone can point to how I can manage to get the "group tag" transferred in my notification body. I read in the docs that some entrys in the notification body stay empty during the test triggered by the test notification from the settings menu. Maybe it could be helpful to fill them with a prefix "test-" so instead of watch_uuid: "" it would be watch_uuid: "test-uuid". Further it could be helpful to see the notification in changedetection that is send like the preview option for the filter. But I'm very new to this topic and maybe that is not necessary for everyone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The notification body does not get fully transfered as json. I set a group tag and thought that in the notification body the ..."watch_tag": {{ watch_tag | default("test") | tojson }}, would show test unless there is a group tag set. The watch_tag is always empty "".
standard Notification Body:
Received notification:
The group tag is set.
Version
v0.50.7
How did you install?
Proxmox helper script:
[(https://community-scripts.github.io/ProxmoxVE/scripts?id=changedetection)]
To Reproduce
Steps to reproduce the behavior:
webhook_id: changedetection_update
allowed_methods:
local_only: true
action:
data:
title: Changedetection Webhook
message: >
Empfangenes JSON:
{{ trigger.json | tojson }}
mode: single<
My shared link: http://192.168.178.210:5000/share-url/ed15cbba-425f-42e6-a017-ad7973fecc08
Expected behavior
the notification should have more information
Smartphone (please complete the following information):
GV: 140.0.4-20250707120347
AS: 140.0
OS: Android 16
Additional context
It is interesting, that some information get transferred.
Beta Was this translation helpful? Give feedback.
All reactions