v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Chat

Create a message reaction

This endpoint creates a message reaction using lower case emoji names.

post/api/v3/workspaces/{workspace_id}/chat/messages/{message_id}/reactions

Path parameters

workspace_idinteger required

The ID of the Workspace.

message_idstring required

The ID of the specified message.

Request body

reactionstring required

The name of the emoji to use for the reaction.

Response

The message reaction is created.

datenumber required

The date & time the reaction was created (Unix epoch milliseconds timestamp).

reactionstring required

The reaction to the message.

user_idstring required

The ID of the user who created the reaction.