React to an existing WhatsApp message with an emoji.
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "reaction" |
reaction.message_id | string | Yes | WhatsApp message ID to react to |
reaction.emoji | string | No | Emoji to react with (default: 👍) |
reaction.message_id values from the conversations endpoint. It must
be a valid WhatsApp message ID from the conversation.Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN