-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Veriquei como estavam as variaveis de ambiente e inclusive e a configuração de Events pelo manager
WEBHOOK_EVENTS_MESSAGES_EDITED esta como true, porém no manager não tem essa config para este evento

What did you expect?
Esperava que as os eventos sejam enviados, usando o EDITED ou seja pelo update
What did you observe instead of what you expected?
Webhook de EDITED não é disparado, mas estranhamente o webhook de DELETED é enviado
Screenshots/Videos
No response
Which version of the API are you using?
2.3.1
What is your environment?
Linux
Other environment specifications
Ubuntu
If applicable, paste the log output
[Evolution API] [-1422-4dcd--] v2.3.1 156 - Thu Aug 14 2025 20:49:41 LOG [ChannelStartupService] [string] Update messages [
{
"key": {
"remoteJid": "@s.whatsapp.net",
"fromMe": false,
"id": "",
"senderLid": "@lid"
},
"update": {
"message": {
"editedMessage": {
"message": {
"conversation": "Tentativa de editar 9"
}
}
},
"messageTimestamp": 1755215380
}
}
]
[Evolution API] v2.3.1 156 - Thu Aug 14 2025 20:49:41 LOG [WebhookController] [object]
{
local: 'p.sendData-Webhook',
url: '*****',
event: 'messages.update',
instance: '9e',
data: {
messageId: 'cmzd',
keyId: '',
remoteJid: '@s.whatsapp.net',
fromMe: false,
participant: '@s.whatsapp.net',
status: 'DELETED',
pollUpdates: undefined,
},
destination: 'https://z**' ,
}
Additional Notes
No response