We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look into providing an ability to trigger a rule off of chat network events, like channel joined, DM opened, emoji reaction (?), etc.
The text was updated successfully, but these errors were encountered:
re: emoji reaction, there is a misleading event - https://api.slack.com/events/emoji_changed
This seems to be related to when an emoji is added, removed or updated to the emoji list for the workspace and is not message related.
FYI
Sorry, something went wrong.
@mcMickJuice - It looks like Slack does offer the functionality to determine when a emoji (reaction) has been added to a message - https://api.slack.com/events/reaction_added.
It is sort of frustrating that they intermingle the terms emoji and reaction.
No branches or pull requests
Look into providing an ability to trigger a rule off of chat network events, like channel joined, DM opened, emoji reaction (?), etc.
The text was updated successfully, but these errors were encountered: