[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

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

2022-01-24 Thread Sajal Gupta
Hello Felipe, My own bot written using instructions in GAE documentation is working fine for Google chat webhooks. I am facing a problem with Notification Channels on GAE console. This is where I am trying to add the webhook. [image: notification channel.jpg] When I add Google chat room

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

2022-01-24 Thread 'Felipe Bergallo Corral' via Google App Engine
Well, there is step-by-step documentation here , but I'm guessing you already read that so if you're having trouble setting it up... Would you mind showing us a sanitized version of your code? (Might be something in there that's off which is