Skip to main content
POST
Add or remove a reaction to a message

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Path Parameters

messageId
string<uuid>
required

Unique identifier of the message to react to

Body

application/json
operation
enum<string>
required

Whether to add or remove the reaction

Available options:
add,
remove
type
enum<string>
required

Six standard tapbacks or a custom Unicode emoji.

Available options:
love,
like,
dislike,
laugh,
emphasize,
question,
custom
custom_emoji
string

Custom emoji string. Required when type is "custom".

part_index
integer

Optional index of the message part to react to. If not provided, reacts to the entire message (part 0).

Response

Reaction queued successfully

status
string
trace_id
string
message
string