Google Chat
URL Format
Your Google Chat Incoming Webhook URL will look like this:
https://chat.googleapis.com/v1/spaces/FOO
/messages?key=bar
&token=baz
The shoutrrr service URL should look like this:
googlechat://chat.googleapis.com/v1/spaces/FOO
/messages?key=bar
&token=baz
In other words the incoming webhook URL with https
replaced by googlechat
.
Google Chat was previously known as Hangouts Chat. Using hangouts
in the service URL instead googlechat
is still supported, although deprecated.
Creating an incoming webhook in Google Chat
- Open the room you would like to add Shoutrrr to and open the chat room menu.

- Then click on Configure webhooks.

- Name the webhook and save.

- Copy the URL.

- Format the service URL by replacing
https
withgooglechat
.