Add emoji reaction to a message
reaction field.
Note: This endpoint uses the HTTP PUT method, not POST.
| Property | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will add the reaction |
jid | string | ✅ Yes | Chat identifier (WhatsApp JID). Format: [email protected] for contacts or [email protected] for groups |
messageId | string | ✅ Yes | Message ID que receberá a reaction |
sender | string | ✅ Yes | JID do remetente da message original |
reaction | string | ✅ Yes | Emoji da reaction (example: ❤️, 👍, 😂). Use string vazia ("") para remover a reaction |
200 - Reaction adicionada/removed successfully400 - Invalid parameters401 - Unauthorized session404 - Session not foundYour Wappfy API key (get it at dash.wappfy.com.br)
Message ID that will receive the reaction
"[email protected]_AAAAAAAAAAAAAAAAAAAA"
Reaction emoji. Send an empty string to remove the reaction
"👍"
Session name (instanceName)
"my-session"
The response is of type object.