External DocumentationTo learn more, visit the Google Chat documentation.
Actions
Update Message
Updates a message in a space or chat.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Message | Resource name of the message you want to update. Can be obtained via the List Messages action.Format: spaces//messages/. |
| Message Content | Plain-text body of the message. The first link to an image, video, or web page generates a preview chip. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"name": "<string>",
"sender": {
"name": "<string>",
"type": "<string>"
},
"createTime": "2023-07-22T19:51:57",
"text": "<string>",
"thread": {
"name": "<string>"
},
"space": {
"name": "<string>"
},
"argumentText": "<string>",
"lastUpdateTime": "2021-02-03T02:29:22",
"emojiReactionSummaries": [
{
"emoji": {
"unicode": "<string>"
},
"reactionCount": 703
}
],
"formattedText": "<string>"
}
Was this page helpful?