v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Messages

Save reaction

Save a new reaction to the given message.

post/v6/messages/{id}/reactions/{emojiCode}

Path parameters

idstring required

The id of the message

emojiCode'thumbs_up' | 'thumbs_down' | 'eyes' | 'red_heart' | 'hundred_points' required

The reaction to add

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "messageId": "msg_456",
    "author": {
      "email": "user@example.com"
    },
    "status": "ACTIVE"
  }
}