...

/

Add and Remove Reactions

Add and Remove Reactions

Learn to use Slack's API calls to add and get reactions for a specific message.

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