cURL
curl --request POST \ --url https://{server-url}/chat/updateMessage/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data '{ "number": 123, "text": "<string>", "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" } }'
Update message
Your authorization key header
Name instance
Receiver phone number with country code
New message content
Show child attributes