flottbot icon indicating copy to clipboard operation
flottbot copied to clipboard

Ability to trigger off of events

Open JordanSussman opened this issue 6 years ago • 2 comments

Look into providing an ability to trigger a rule off of chat network events, like channel joined, DM opened, emoji reaction (?), etc.

JordanSussman avatar Aug 31 '18 20:08 JordanSussman

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

mcMickJuice avatar Sep 07 '18 13:09 mcMickJuice

@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.

JordanSussman avatar Sep 11 '18 14:09 JordanSussman