Send Message
Send Reaction
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Typebot
OpenAI
Evolution Bot
Dify
Flowise
Chatwoot
Websocket
RabbitMQ
Send Message
Send Reaction
POST
/
message
/
sendReaction
/
{instance}
curl --request POST \
--url https://{server-url}/message/sendReaction/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reactionMessage": {
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
},
"reaction": "🚀"
}
}'
{
"key": {
"remoteJid": "553198296801@s.whatsapp.net",
"fromMe": true,
"id": "BAE569F0E38F858D"
},
"message": {
"reactionMessage": {
"key": {
"remoteJid": "553198296801@s.whatsapp.net",
"fromMe": true,
"id": "BAE58DA6CBC941BC"
},
"text": "🚀",
"senderTimestampMs": "1717781105034"
}
},
"messageTimestamp": "1717781105",
"status": "PENDING"
}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Response
201 - application/json
Created
The message content, which may include various types of messages like text, images, reaction, etc.
Details of the reaction message.
The key of the original message to which the reaction is linked.
The reaction text or emoji.
The timestamp when the reaction was sent, in milliseconds.
The timestamp of the message, represented as a string.
The status of the message, such as sent, received, or pending.
curl --request POST \
--url https://{server-url}/message/sendReaction/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reactionMessage": {
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
},
"reaction": "🚀"
}
}'
{
"key": {
"remoteJid": "553198296801@s.whatsapp.net",
"fromMe": true,
"id": "BAE569F0E38F858D"
},
"message": {
"reactionMessage": {
"key": {
"remoteJid": "553198296801@s.whatsapp.net",
"fromMe": true,
"id": "BAE58DA6CBC941BC"
},
"text": "🚀",
"senderTimestampMs": "1717781105034"
}
},
"messageTimestamp": "1717781105",
"status": "PENDING"
}