Description
This endpoint allows you to send a reaction (emoji) to a specific message via WhatsApp.
Your API key for authentication.
Your workspace ID for authentication.
Body
The phone number of the recipient in international format (e.g., “919876543210”).
The unique identifier associated with the sender’s phone number given by WhatsApp.
Reaction message object.
The ID of the message to react to.
The emoji to use as a reaction (e.g., ”👍”, “❤️”, ”😊”).
Optional URL to receive post-back notifications about the message status.
Optional data to include in post-back notifications.
Response
Indicates whether the call was successful. true if successful, false if not.
Success or error response message.
{
"status": true,
"message": "WhatsApp reaction message sent successfully"
}