I can’t get running pushover notification.
I’ve set:
WATCHDOG_NOTIFY_WEBHOOK=https://api.pushover.net/1/messages.json
and
WATCHDOG_NOTIFY_WEBHOOK_BODY='{"token":"xxxxxxxxxxxxxxxxxxx", "user":"yyyyyyyyyyyyyyyyyyy", "device":"iphone", "title":"${SUBJECT}", "message":"${BODY}"}'
Watchdog Log keeps telling me
{"errors":["input was malformed and could not be parsed"],"status":0,"request":"b9489768-f47c-4079-8e22-a4f5f7ef27fa"}Fri Jan 26 10:40:52 CET 2024 Sent notification using webhook
I can’t figure out why. Any hints for me?