https://signoz.io logo
Title
j

Jatin Kumar

04/11/2023, 10:29 AM
Hi everyone, we get this error while using webhook url for google chat
s

Srikanth Chekuri

04/11/2023, 12:15 PM
Google Chat requires JSON data of specific schema; the regular alert manager webhook payload doesn’t match it. You need to run an additional process, such as alertmanager-gchat-integration or calert, to transform the webhook payload to Google Chat. Or send it to something like zapier where you transform the alertmanager payload and then forward it to Google Chat.
j

Jatin Kumar

04/12/2023, 4:57 AM
Thanks @Srikanth Chekuri