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: 5511999999999@s.whatsapp.net for contacts or 120363XXXXX@g.us 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)
The response is of type object.