> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# React to WhatsApp Message

> React to a message with an emoji

# React to WhatsApp Message

React to a message with an emoji

## Properties

| Property   | Value          |
| ---------- | -------------- |
| **Type**   | whatsapp-react |
| **Family** | Integrations   |
| **Group**  | WhatsApp       |

## Parameters

| Name      | Label      | Type   | Description                                    | Required |
| --------- | ---------- | ------ | ---------------------------------------------- | -------- |
| chatJid   | Chat JID   | String | JID of the chat containing the message         | Yes      |
| messageId | Message ID | String | ID of the message to react to                  | Yes      |
| emoji     | Emoji      | String | Emoji to react with (empty to remove reaction) | Yes      |

## Outputs

| Name    | Label   | Type    | Description                            |
| ------- | ------- | ------- | -------------------------------------- |
| success | success | boolean | Whether reaction was sent successfully |
| error   | error   | string  | Error message if failed                |
