Skip to main content
slack.onReactionEvent emits both reaction_added and reaction_removed callbacks for visible messages, files, and file comments.
automations/watch-slack-reactions.automation.ts
The typed event.type distinguishes additions from removals. Use slack.onReactionAdded or slack.onReactionRemoved when only one lifecycle should activate the automation.