React to WhatsApp Message
React to a message with an emojiProperties
| Property | Value |
|---|---|
| Type | whatsapp-react |
| Family | Integrations |
| Group |
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 |

