message_id (wamid) of the message
you want to react to.
Add a reaction
Remove a reaction
Send the same request with an empty string foremoji:
Fields
| Field | Required | Description |
|---|---|---|
reaction.message_id | yes | The wamid of the message to react to |
reaction.emoji | yes | Any single Unicode emoji. Empty string removes the reaction. |
Reference image

Frequently asked
How do I react to a WhatsApp message with an emoji?
How do I react to a WhatsApp message with an emoji?
Set
type to "reaction", provide the message_id (wamid) of the message you want to
react to, and the emoji character in reaction.emoji.How do I remove a reaction?
How do I remove a reaction?
Send the same reaction message with
"emoji": "" (empty string).Where do I get the message_id to react to?
Where do I get the message_id to react to?
From the API response when the message was sent (
messages[0].id), or from the webhook
payload when the message was received.Can I react to any message in the conversation?
Can I react to any message in the conversation?
You can react to messages within the 24-hour customer service window. Reactions to very old
messages may fail.

