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
https://{server-url}
/
message
/
sendReaction
/
{instance}
server-url
string
server-url
string
The URL of your EvolutionAPI server
apikey
string
*
apikey
Required
string
Your authorization key header
instance
string
*
instance
Required
string
ID of the instance to connect
object
reactionMessage
object
reactionMessage
object
key
object
key
object
remoteJid
string
remoteJid
string
Chat contact or group remote JID
fromMe
boolean
fromMe
boolean
If the message was sent by the instance owner or not
id
string
id
string
Message ID
reaction
string
reaction
string
Reaction emoji
Add Example Value
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Response
201 - application/json
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.