Skip to main content
POST
React to a message

Authorizations

Authorization
string
header
required

Instance token (zpfy_inst_...) — sends messages.

Body

application/json
to
string
required

Message recipient: phone in E.164 (e.g. 5511999998888) or a group id.

Example:

"5511999998888"

id
string
required

messageId of the target message.

Example:

"3EB0C767D4..."

reaction
string
required

Reaction emoji. Empty removes the reaction.

Example:

"👍"

fromMe
boolean

Whether the target message was sent by you.

participant
string

In a group, who sent the target message.

Response

Message accepted by WhatsApp.

data
object

Identifier of the sent message. Store the messageId: together with the same to you sent to, it is what /messages/delete and /messages/edit need.