Message Reaction
Developing
Request
Body Params application/json
{
"sessionId": "string",
"phoneNumber": "string",
"messageKey": {
"id": "string",
"remoteJid": "string",
"fromMe": true
}
}
Request samples
curl --location --request POST 'https://nexus.sourei.com.br/api/v1/messages/react' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionId": "string",
"phoneNumber": "string",
"messageKey": {
"id": "string",
"remoteJid": "string",
"fromMe": true
}
}'
Responses
application/json Modified at 2025-04-29 12:46:55