Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Chat #423

Open
gp-saurabh opened this issue Sep 5, 2020 · 3 comments
Open

Google Chat #423

gp-saurabh opened this issue Sep 5, 2020 · 3 comments

Comments

@gp-saurabh
Copy link

It would be cool if it can integrate with Google Chat (Incoming Webhook)

How to? Here.

@gp-saurabh gp-saurabh changed the title [Feature Integration Request] [Feature Integration Request] Google Chat Sep 5, 2020
@cuu508 cuu508 changed the title [Feature Integration Request] Google Chat Google Chat Aug 27, 2021
@lrobinot
Copy link

lrobinot commented Mar 7, 2022

Google Chat should be integrated through Webhook, this issue could be closed, no?

@cuu508
Copy link
Member

cuu508 commented Nov 4, 2022

Yes, you can get basic notifications working with the Webhook integration.

A "native" integration allows several quality-of-life improvements:

  • You don't need to copy-paste and edit JSON snippets when setting up a new integration.
  • No worries about special character escaping. Let's say you are posting JSON document and use the $NAME placeholder in it. If a check's name contains a double quote, the resulting JSON will be invalid and the notifications will likely not work
  • Access to more data. For example, you can include check's description in the notification (which is not available as a placeholder for webhooks currently)

@cuu508
Copy link
Member

cuu508 commented Aug 28, 2023

Apparently incoming webhooks don't work with personal Google accounts – they only work with Google Workspace.

I don't have a Google Workspace organization. I know there is a 14 day trial I could perhaps use, but the integrations require ongoing maintenance, and I don't want to start another 14 day trial every 6 months or so. If there's a way to test incoming webhooks without me having to create trial or paid Workspace accounts, I'd be interested to know.

cc: @SemihMFX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants