> ## 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.

# WhatsApp React Tool

> AI tool to react to a WhatsApp message with an emoji

# WhatsApp React Tool

AI tool to react to a WhatsApp message with an emoji

## Properties

| Property   | Value               |
| ---------- | ------------------- |
| **Type**   | whatsapp-tool-react |
| **Family** | AI                  |
| **Group**  | Tools               |

## Parameters

| Name            | Label            | Type   | Description                                | Required |
| --------------- | ---------------- | ------ | ------------------------------------------ | -------- |
| toolName        | Tool Name        | String | Name of the tool for the AI to call        | Yes      |
| toolDescription | Tool Description | String | Description of what this tool does         | Yes      |
| chat\_jid       | Chat JID         | String | The JID of the chat containing the message | No       |
| message\_id     | Message ID       | String | The ID of the message to react to          | No       |
| emoji           | Emoji            | String | The emoji to react with (default: 👍)      | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
