Messaging
Send reaction
Send an emoji reaction to a message
POST
Send reaction
Request
React to a message with an emoji. Reactions appear next to the message and are visible to all chat participants.string
required
Name of the instance
Body parameters
object
required
Message key identifying the message to react to
string
required
Emoji to react with (e.g., ”👍”, “❤️”, ”😂”). Use an empty string "" to remove a reaction.
Response
object
Message key information
object
Reaction message details
Example request
Common reactions
Add a reaction
Add a reaction
Send any emoji as the Common reactions:
reaction value:- 👍 Thumbs up
- ❤️ Heart
- 😂 Laughing
- 😮 Surprised
- 😢 Sad
- 🙏 Thank you
Remove a reaction
Remove a reaction
To remove your reaction, send an empty string:
Getting the message key
To react to a message, you need its message key. You can obtain this from:- Webhook events: When you receive a message via webhook, the
keyobject is included - Send message response: When you send a message, the response includes the message
key - Message history: Retrieve messages using the chat endpoints
The message key format varies:
- Individual chats:
number@s.whatsapp.net - Group chats:
groupId@g.us - Business chats:
number@lid(for Business API)
Send reaction