Messages
Add or remove a reaction to a message
Add or remove a reaction on one Message part.
POST
Add or remove a reaction to a message
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Path Parameters
Unique identifier of the message to react to
Body
application/json
Whether to add or remove the reaction
Available options:
add, remove Six standard tapbacks or a custom Unicode emoji.
Available options:
love, like, dislike, laugh, emphasize, question, custom Custom emoji string. Required when type is "custom".
Required string length:
1 - 32Optional index of the message part to react to. If not provided, reacts to the entire message (part 0).

