You can access data from any of these Triggers by reading
event.payload
after the Trigger fires.Reaction Added
This Trigger executes whenever a reaction is added to a message in a channel that your bot is a member of. It receives theslack:reactionAdded
event and returns the following payload:
Reaction Removed
This Trigger executes whenever a reaction is removed from a message in a channel that your bot is a member of. It receives theslack:reactionRemoved
event and returns the following payload:
Member Joined Channel
This Trigger executes whenever a new member joins a channel that your bot is a member of. It receives theslack:memberJoinedChannel
event and returns the following payload:
Member Left Channel
This Trigger executes whenever a new member leaves a channel that your bot is a member of. It receives theslack:memberLeftChannel
event and returns the following payload:
Member Joined Workspace
This Trigger executes whenever a new member joins the Slack workspace that your bot is installed to. It receives theslack:memberJoinedWorkspace
event and returns the following payload: