curl --request PUT \
--url https://api.wappfy.com.br/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
Atualizar mensagem
curl --request PUT \
--url https://api.wappfy.com.br/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
Seu cabeçalho da chave de autorização.
ID da instância.