Search⌘ K
AI Features

Add and Remove Reactions

Explore how to manage Slack message reactions by using the reactions.add and reactions.remove endpoints. Learn to automate adding and removing reactions with Python, enabling interactive features like polling within your Slack workspace.

We'll cover the following...

Overview

Reactions are a pictorial way to interact with messages, but our application can also use them. For example, we can make a Slack application that counts reactions and responds accordingly, like a polling application.

Let’s look at the following endpoints in this lesson:

  1. reactions.add: This endpoint adds a reaction to an item.
...