Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
to
string
required

Recipient's WhatsApp number. Must be in E.164 format.

Example:

"+1234567890"

action
enum<string>
required

Whether to add or remove a reaction

Available options:
add,
remove
Example:

"add"

reaction
string | null

The emoji reaction to send (e.g., '👍', '❤️', or :thumbs_up:, :heart:, :haha: etc.)

Example:

"👍"

message
string | null

Provide either a WhatsApp ID, or complete content of the message to react to.

Example:

"wa_1234567890"

Response

Add or remove a reaction to a WhatsApp message

id
string
required
Example:

"req_xxxxxxxxxxxxxxxx"

timestamp
number
required
Example:

1772129047728

api_version
string
required
Example:

"v2026.2.26"

object
string
required
Example:

"response"

data
object
required