create_reaction
Add an emoji reaction to a Google Chat message using a Unicode emoji character. The reaction is visible to all space members.
Instructions
Add an emoji reaction to a Chat message.
Side effects: creates a reaction visible to everyone in the space. Custom Workspace emoji are not supported here (Unicode only). For posting a new message use send_message. Requires the chat_write OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| message_id | Yes | Message resource name ("spaces/<space>/messages/<msg>") from get_messages or search_messages. | |
| emoji_unicode | Yes | Single Unicode emoji character, e.g. "👍" (thumbs up) or a literal emoji like a smiley. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |