[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
I would recommend using a Cloud Pub/Sub trigger to run your code inside of a Cloud Run instance (in short add a "Cloud Pub/Sub" notification channel instead of a webhook, then create a Cloud Run instance with the cloud pub/sub channel as a trigger; it's considered an EventArc trigger, you

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
Alright, I've been testing this and my understanding is that the "Add Webhook" dialog box is to *create *a webhook rather than linking up and existing webhook... The naming is somewhat confusing, but after re-reading the docs, that seems to be the intent On Wednesday, January 26, 2022 at

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
I recognize that dialog(ue) box from the Monitoring section, I don't recall it being in the GAE Dashboard. Eitherway, I think the issue here is that it's not gonna send the same kind of message as the Chat Webhook is expecting (here's what Monitoring is sending