Skip to content

[GOWS] - Label events are being sent even without being assigned on the mobile phone. #1875

@NatanaelRibF

Description

@NatanaelRibF
Image

This first event was actually launched via mobile phone.

[
{
"headers": {
"host": "autowebhook.fidelizecrm.com.br",
"user-agent": "WAHA/2026.1.5",
"content-length": "441",
"accept": "application/json, text/plain, /",
"accept-encoding": "gzip, compress, deflate, br",
"content-type": "application/json",
"x-forwarded-for": "5.161.78.188",
"x-forwarded-host": "autowebhook.fidelizecrm.com.br",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-forwarded-server": "7da3df1c9358",
"x-real-ip": "5.161.78.188",
"x-webhook-request-id": "402wey7ml0vjv9s",
"x-webhook-timestamp": "1769777034255"
},
"params": {},
"query": {},
"body": {
"id": "evt_01kg7ewx0f04d77gpbfez8g2f5",
"timestamp": 1769777034255,
"event": "label.chat.added",
"session": "manu",
"metadata": {},
"me": {
"id": "558599658659@c.us",
"pushName": "Manu Gomes",
"lid": "38036297507060@lid",
"jid": "558599658659:73@s.whatsapp.net"
},
"payload": {
"labelId": "4",
"label": null,
"chatId": "112717239218289@lid"
},
"environment": {
"version": "2026.1.5",
"engine": "GOWS",
"tier": "PLUS",
"browser": null,
"platform": "linux/x64",
"worker": {
"id": null
}
}
},
"webhookUrl": "https://autowebhook.fidelizecrm.com.br/webhook/atendimentomanu2",
"executionMode": "production"
}
]

But not that second one; that label was removed from the system a long time ago, and that wind was sent along with it.

[
{
"headers": {
"host": "autowebhook.fidelizecrm.com.br",
"user-agent": "WAHA/2026.1.5",
"content-length": "442",
"accept": "application/json, text/plain, /",
"accept-encoding": "gzip, compress, deflate, br",
"content-type": "application/json",
"x-forwarded-for": "5.161.78.188",
"x-forwarded-host": "autowebhook.fidelizecrm.com.br",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-forwarded-server": "7da3df1c9358",
"x-real-ip": "5.161.78.188",
"x-webhook-request-id": "402wey7ml0vjv9w",
"x-webhook-timestamp": "1769777034256"
},
"params": {},
"query": {},
"body": {
"id": "evt_01kg7ewx0g2m45475pk5yedsg2",
"timestamp": 1769777034256,
"event": "label.chat.deleted",
"session": "manu",
"metadata": {},
"me": {
"id": "558599658659@c.us",
"pushName": "Manu Gomes",
"lid": "38036297507060@lid",
"jid": "558599658659:73@s.whatsapp.net"
},
"payload": {
"labelId": "22",
"label": null,
"chatId": "556981555116@c.us"
},
"environment": {
"version": "2026.1.5",
"engine": "GOWS",
"tier": "PLUS",
"browser": null,
"platform": "linux/x64",
"worker": {
"id": null
}
}
},
"webhookUrl": "https://autowebhook.fidelizecrm.com.br/webhook/atendimentomanu2",
"executionMode": "production"
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions