Closed Mareckil closed 1 month ago
Hi there,
topic_prefix
should match on both. So if Frigate is set to frigate
, then Frigate-Notify should be the same.
Well now something is happening, but still doesn't work. SMTP messages doesn't work, so I've set up Discord and what I can see i n log:
Webhooks posted to forum channels must have a thread_name or thread_id" event_id=1727361371.801558-w0wyti provider=Discord
thats my config for discord:
discord:
enabled: true
webhook: https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx
template: "Looks like {{ .Camera }} spotted a {{ .Label }}!!"
According to Discord's docs, you can append the thread_id
to the webhook URL as a query parameter.
So you should be able to update the webhook URL to something like https://discord.com/api/webhooks/aaaaaaaaaaaaaaaa/bbbbbbbbbbbbbb?thread_id=111111
Hi @Mareckil - Was this resolved? If so, can this issue be closed?
Yes if we are talking about ntfy we can close this thread.
I am trying to setup notifications, unfortunately without success. My frigate is connecting to mqtt broker like that:
frigate-notify:
Is it right or not?