Skip to main content
POST
/
messages
/
reaction
Send reaction message
curl --request POST \
  --url https://messenger-public-api.cogfy.com/messages/reaction \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "from": "<string>",
  "to": "<string>",
  "reaction": {
    "message_id": "<string>",
    "emoji": "<string>"
  }
}'
{
  "id": "<string>"
}

Authorizations

api-key
string
header
required

Body

application/json
from
string
required
to
string
required
reaction
object

Response

200 - application/json
id
string