Add Reaction
Creates a reaction and adds it to a message in a space or chat.
External Documentation
To learn more, visit the Google Chat documentation.
Basic Parameters
Parameter | Description |
---|---|
Emoji | A standard emoji represented by a unicode string. |
Message | Resource name of the message you want to add reaction to. Can be obtained via the List Messages action.Format: spaces/{space}/messages/{message}. |
Advanced Parameters
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. |
Example Output
{
"name": "spaces/AAABngh76D/messages/DFGK_S2312S.DAuNixz5M_U/reactions/1423475298371283.VU5JQ09ERS7wn5iF",
"user": {
"name": "users/1239850943762346",
"type": "HUMAN"
},
"emoji": {
"unicode": "😅"
}
}
Workflow Library Example
Add Reaction with Google Chat and Send Results Via Email
Preview this Workflow on desktop