Closed akolacz closed 8 months ago
GChat Threads is a new feature which only works for spaces created after March 15 2023. I've not had a chance to test them and the same isn't available on cAlert yet.
@mr-karan @Nakada78 FYI, it works out of the box by adding &messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD
to the endpoint property 😃
https://developers.google.com/chat/how-tos/webhooks#start_or_reply_to_a_message_thread
(Nice work by the way ;) )
@paulelie Nice spot. Thanks a lot. I'll make the changes to cAlert
to add this option shortly.
Hi,
Yesterday i did mutiple tests and i have upgraded the version of calert to 2.0.6 to test the new functionality of gchat thread like the following example :
but when i have tried to do this with calert and gchat in thread channel gchat (same channel like the example above) it's doesn't works :
our configuration alertmanager :
our configuration calert :
We have try to change the group by to this :
`- receiver: 'google-chat' group_by: [...] matchers:
but nothing changed
if you have any idea or this not yet impleted in calert for this functionality or if it's need a specific configuration.
thank you in advance.