Send Reaction
Endpoints
Send Reaction
React to an existing WhatsApp message with an emoji.
POST
Send Reaction
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
phone_number | string | Yes | Recipient phone number with country code |
message_type | string | Yes | Must be "reaction" |
reaction.message_id | string | Yes | WhatsApp message ID to react to |
reaction.emoji | string | No | Emoji to react with (default: 👍) |
Response
Success (200)
Error: Missing Required Field (400)
Integration Example
Message IDs
Retrieve
reaction.message_id values from the conversations endpoint. It must
be a valid WhatsApp message ID from the conversation.Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json

