I use 'When someone reacted to a message in chat'. It generates JSON like this:
I'm trying to debug why the flow does not trigger. When asking Co-Pilot it indicates the JSON is incorrect. I cannot assess whether that is true.
Your trigger setup looks mostly correct for listening to a specific reaction (✅) in a Teams channel. However, there is a small issue in the JSON:
- The property should be "connectionName" instead of "connection" under "host".
Corrected snippet:
"host": { "apiId": "/providers/Microsoft.PowerApps/apis/shared_teams", "connectionName": "shared_teams", "operationId": "WebhookMessageReactionTrigger" }
Other than that, your parameters look valid for this trigger. Make sure your Teams connection is authenticated and the group/channel IDs are correct.
Note that I'm using another flow that triggers based on a new threads being started, and that works without issue.

Report
All responses (
Answers (