React to WhatsApp Message
whatsapp_send_reactionSend an emoji reaction to an existing WhatsApp message by specifying the recipient's phone number, message ID, and emoji character. Confirms the reaction was sent.
Instructions
Send a reaction emoji to an existing message.
Args:
to (string): Phone number of the conversation
message_id (string): wamid of the message to react to
emoji (string): Emoji character (e.g. '👍')
Returns: Confirmation of reaction sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format (e.g. '353851234567' or '+353851234567') | |
| emoji | Yes | Emoji character to react with (e.g. '👍', '❤️') | |
| message_id | Yes | The wamid of the message to react to | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |