Hi @Bazdoctor! Could I ask what app you’re using to share the messages - where are the reactions being added?
Oh sorry, probably should’ve mentioned that. This is for Slack. Looking for a response to trigger either based on the number of comments or reactions.
@Bazdoctor
So, there is a “New Reaction Added” trigger for Slack.
One of the fields that you’ll get back is an ID for the message it was added to.
Winding back, you’ll want another zap that triggers when there is a new message and records the ID in a Google Sheet (or other spreadsheets) row.
The spreadsheet should have two columns. “ID” and “Count”.
Then, when your “New Reaction Added” zap triggers, it should search the sheet for the matching message ID and use “Formatter->Number->Math Operation” to +1 that number and then update the sheet.
That zap should then have a filter so it only runs if ‘count > X’ and sends the email.
Let us know how you get on and if you need more help.