You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Chat is an intelligent and secure communication and collaboration tool, built for teams.
14
14
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
+
15
19
## Actions
16
20
17
21
***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
46
50
***Private Key Json**. Provide the content of the JSON file generated in the previous steps. Open the file and
47
51
copy-paste the whole content in the field.
48
52
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
+
49
67
## Change Log
50
68
51
69
* 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