Skip to main content
POST
Send reaction

Overview

Method for sending an emoji reaction to an existing message. Works for both sent and received messages. To use this endpoint, you need the messageId of the message that will receive the reaction.

Authorizations

Authorization
string
header
required

Secret Key generated in the Omni Z-API Security panel

Body

application/json
phone
string
required

Recipient phone number (country code + area code + number)

Example:

"5511999999999"

reaction
string
required

Reaction emoji

Example:

"❤️"

messageId
string
required

ID of the message to react to

delayMessage
integer

Delay in seconds before sending (1-15)

Required range: 1 <= x <= 15

Response

Message sent successfully

zaapId
string

Internal identifier

messageId
string

WhatsApp message ID

id
string

Same value as messageId (compatibility)