Google chat API - Receive user reaction on bot message

705 Views Asked by At

I'm wondering if the Google Chat API can call our endpoint when a user put a reaction (an emoji) on the message

has anyone made this working ?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

Issue:

You want the bot to be notified when there's a reaction to a message.

This functionality is currently not available, since the only Chat events that may trigger an action are:

  • ADDED_TO_SPACE: bot is added to a room or DM.
  • REMOVED_FROM_SPACE: bot is removed from a room or DM.
  • MESSAGE: a message has been sent to the bot.

Feature request:

This feature has been requested before in Issue Tracker, see:

I'd suggest you to star this FR, in order to keep track of it and to help prioritizing it. Also, since this FR has not been getting much traction, I'd consider creating a new one in the Chat API component, explaining the potential usefulness of this functionality.

Reference: