i want to you this feature in my notifications. Just to send proper notification to proper topic.
I was trying in Developer tools (services) to test this, but message_thread_id is not recognized and not working. Any ideas how can I use this in notifications?
In my opinion this functionality should be inserted as a field in the message sending service in the âthreadâ/topic.
For now it is missing.
But Iâd be happy to be proved wrong.
In the official integration I see nothing!
Unless someone said something difference there is not information on the documentation about how to send message to specific group using a threat ID specific.
I can achieve with no issue send my message to a Telegram Group but only to the #general Threat, using the allow chat id mark in bolt
123456789 # this is a user - -123456789 # this is a group (with the â-â symbol)
Im wondering why with Uptime Kuma i can easy send notification using the same Telegram Boot to the same group and to specific Threath topic in this example will be something like
-123456789 ==> This is the default
-123456789_1 => This is the topic for UptimeKuma notification - -123456789_2 => This will be if possible the topic for HA notifications
If someone was able to implemen please advise will be really helfull !