cURL
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>" }
Sends a reaction message to a specific message. Requires that the recipient has messaged the business in the last 24 hours.
Show child attributes