PUT
/
send-message
/
reaction
curl --request PUT \
  --url https://api.crunchz.app/api/send-message/reaction \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "message_id": "false_xxx@c.us_3A3729D867221FE0B9BD",
  "reaction": "😍"
}'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "status": "<string>",
    "message": "<string>",
    "timestamp": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

ReactionMessageResource

The response is of type object.