Skip to content

List Message retorna 200 OK mas não é entregue no WhatsApp #1794

@smartscaile

Description

@smartscaile

Welcome!

  • Yes, I have searched for similar issues on GitHub and found none.

What did you do?

Após atualizar para a versão 2.3.0 da Evolution API, as mensagens do tipo listMessage não estão sendo entregues ao destinatário, mesmo com resposta HTTP 200 OK.
Este comportamento não ocorria em versões anteriores, indicando possível regressão ou breaking change não documentado.

What did you expect?

Receber a lista para funcionar a minha automação

What did you observe instead of what you expected?

❌ Comportamento atual:

  • A requisição retorna HTTP 200.
  • A API responde com objeto "status": "PENDING".
  • A mensagem nunca é entregue ao destinatário.
  • Isso ocorre apenas após atualização para a versão 2.3.0.

Screenshots/Videos

No response

Which version of the API are you using?

🧪 Ambiente:

  • API: Evolution API
  • Versão atual: 2.3.0

What is your environment?

Docker

Other environment specifications

Estamos usando o n8n no plano PRO da railway.

If applicable, paste the log output

📩 Resposta da API (200 OK, mas não entregue):
[
{
"key": {
"remoteJid": "351934157309@s.whatsapp.net",
"fromMe": true,
"id": "3EB0072D495E8C64F9744CE55F73B88E9BD3272D"
},
"pushName": "Você",
"status": "PENDING",
"message": {
"listMessage": {
"title": "Escolha uma opção 👇🏻",
"description": "Rever = 1 dia | OK = 3 dias | Decorado = 7 dias",
"buttonText": "Selecione aqui",
"listType": "PRODUCT_LIST",
"sections": [
{
"title": "Opções de resposta",
"rows": [
{
"title": "OK",
"description": ".",
"rowId": "OK"
},
{
"title": "Rever",
"description": ".",
"rowId": "Rever"
},
{
"title": "Decorado",
"description": ".",
"rowId": "Decorado"
}
]
}
],
"footerText": "Dominando o inglês",
"contextInfo": {}
}
},
"messageType": "listMessage",
"status": "PENDING",
"source": "unknown"
}
]

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions