Skip to main content
POST
Add reaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

threadId
string
required

The ID of the thread containing the message.

Pattern: ^[0-9a-z]+$
messageId
string
required

The ID of the message to react to.

Pattern: ^[0-9a-z]+$

Body

application/json
emoji
string
required

The emoji to react with.

Examples:

"❤️"

"😂"

"👍"

Response

200 - application/json

OK

success
boolean
required
messageId
string
required
Pattern: ^[0-9a-z]+$