evolution-api
evolution-api copied to clipboard
[BUG] waiting for message. This action may take a few moments
Welcome!
- [ ] Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Despleguei a Evolution API na versão mais recente e, ao enviar mensagens usando a API, elas não chegam ao destinatário, ficando como na imagem.
What did you expect?
Receber a mensagem corretamente
What did you observe instead of what you expected?
A mensagem fica em estado pendente e chega como mostrado na imagem.
Screenshots/Videos
Which version of the API are you using?
v.2.3.3 homolog
What is your environment?
Linux
Other environment specifications
No response
If applicable, paste the log output
esta es la respuesta de la peticion { "key": { "remoteJid": "[email protected]", "fromMe": true, "id": "3EB08EE80DB4E276AFE85B83CCE531B53AF65F4B" }, "pushName": "Você", "status": "PENDING", "message": { "conversation": "teste de envio" }, "messageType": "conversation", "messageTimestamp": 1757464274, "instanceId": "dc4b0ecc-405c-4e76-9c1c-35a2f71d9954", "source": "unknown" }
Additional Notes
Esta é a requisição usada no Postman.
curl --location 'https://HOST/message/sendText/Chat1'
--header 'Content-Type: application/json'
--header 'apikey: ••••••'
--data-raw '{
"number": "HIDDENNUMBER",
"text": "teste de envio"