Add reaction
Messages
Add reaction
Add a reaction to a message. Only works for non-sandbox threads.
POST
Add reaction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the thread containing the message.
Pattern:
^[0-9a-z]+$The ID of the message to react to.
Pattern:
^[0-9a-z]+$Body
application/json
The emoji to react with.
Examples:
"❤️"
"😂"
"👍"