Skip to content

Commit 6cbabed

Browse files
Added the new content in Google Chat (#4843)
* Added the new content * Updates from review --------- Co-authored-by: John Pipkin <jpipkin@sumologic.com>
1 parent ac6822f commit 6cbabed

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

docs/platform-services/automation-service/app-central/integrations/google-chat.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/google.png')} alt="google" width="80"/>
99

10-
***Version: 2.0
11-
Updated: Oct 29, 2024***
10+
***Version: 2.1
11+
Updated: Dev 06, 2024***
1212

1313
Google Chat is an intelligent and secure communication and collaboration tool, built for teams.
1414

15+
:::info Preferable
16+
To send rich text messages, use the Create Message action with `Disable HTML` in the message body. Follow the directions in the [Google Chat documentation](https://developers.google.com/workspace/chat/format-messages).
17+
:::
18+
1519
## Actions
1620

1721
* **Create Message** (*Notification*) - Send messages privately to a specific Chat user.
@@ -46,7 +50,22 @@ Google Chat is an intelligent and secure communication and collaboration tool, b
4650
* **Private Key Json**. Provide the content of the JSON file generated in the previous steps. Open the file and
4751
copy-paste the whole content in the field.
4852

53+
## Use cases for sending messages
54+
55+
### Disable HTML
56+
57+
Send plain text messages with HTML formatting disabled. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/google-chat/google-chat-1.png')} style={{border:'1px solid gray'}} alt="google-drive" width="400"/>
58+
59+
### Compose rich text messages
60+
61+
Format your messages with rich text using [Google Chat Rich Text Message](https://developers.google.com/workspace/chat/format-messages). This allows you to enhance message readability with structured formatting options. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/google-chat/google-chat-2.png')} style={{border:'1px solid gray'}} alt="google-drive" width="400"/>
62+
63+
### Receive notifications
64+
65+
Use Google Chat to receive notifications, ensuring you promptly get important updates or alerts. Notifications will be displayed in a well-formatted text, making them easy to read and understand in Google Chat. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/google-chat/google-chat-3.png')} style={{border:'1px solid gray'}} alt="google-drive" width="400"/>
66+
4967
## Change Log
5068

5169
* August 27, 2024 (v2.0) - First upload
52-
* October 29, 2024 (v2.0) - Updated the docs
70+
* October 29, 2024 (v2.0) - Updated the docs
71+
* December 06, 2024 (v2.1) - Added the Rich Text Message support in the Create Message action

0 commit comments

Comments
 (0)