Send Messages
Send Reaction
Integrations
Status
Instances
Settings
Webhooks
Send Messages
Chat Management
Label Management
Profile Settings
Group Management
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Invite URL
- GETFind Group By Invite Code
- GETFind Group By JID
- GETFetch All Groups
- GETFind Participants
- PUTUpdate Group Participants
- PUTUpdate Group Settings
- PUTToggle Ephemeral Mode
- DELLeave Group
Send Messages
Send Reaction
Enviar reação
POST
/
message
/
sendReaction
/
{instance}
curl --request POST \
--url https://api.wappfy.com.br/message/sendReaction/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reactionMessage": {
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
},
"reaction": "😁"
}
}'
{
"key": {
"remoteJid": "559912345678@s.whatsapp.net",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"reactionMessage": {
"key": {
"remoteJid": "559912345678@s.whatsapp.net",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"text": "😁",
"senderTimestampMs": "1720453008"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING"
}
Authorizations
Seu cabeçalho da chave de autorização.
Path Parameters
ID da instância.
Body
application/json
Response
201 - application/json
Created
O conteúdo da mensagem, que pode incluir vários tipos de mensagens, como texto, imagens, reação, etc.
Detalhe das reaçõs de mensagem.
The key of the original message to which the reaction is linked.
A reação de texto ou emoji.
The timestamp when the reaction was sent, in milliseconds.
O timestamp da mensagem, representado como uma string.
O status da mensagem, como enviada, recebida ou pendente
curl --request POST \
--url https://api.wappfy.com.br/message/sendReaction/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reactionMessage": {
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
},
"reaction": "😁"
}
}'
{
"key": {
"remoteJid": "559912345678@s.whatsapp.net",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"reactionMessage": {
"key": {
"remoteJid": "559912345678@s.whatsapp.net",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"text": "😁",
"senderTimestampMs": "1720453008"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING"
}